Class JsonWebKey
Represents a resource in the Okta API.
Inheritance
System.Object
JsonWebKey
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Okta.Sdk.dll
Syntax
public sealed class JsonWebKey : Resource, IJsonWebKey, IResource
Properties
Alg
Declaration
public string Alg { get; set; }
Property Value
Type |
Description |
System.String |
|
Created
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
E
Declaration
public string E { get; set; }
Property Value
Type |
Description |
System.String |
|
ExpiresAt
Declaration
public DateTimeOffset? ExpiresAt { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
KeyOps
Declaration
public IList<string> KeyOps { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
Kid
Declaration
public string Kid { get; set; }
Property Value
Type |
Description |
System.String |
|
Kty
Declaration
public string Kty { get; set; }
Property Value
Type |
Description |
System.String |
|
LastUpdated
Declaration
public DateTimeOffset? LastUpdated { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTimeOffset> |
|
N
Declaration
public string N { get; set; }
Property Value
Type |
Description |
System.String |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
Use
Declaration
public string Use { get; set; }
Property Value
Type |
Description |
System.String |
|
X5C
Declaration
public IList<string> X5C { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<System.String> |
|
X5T
Declaration
public string X5T { get; set; }
Property Value
Type |
Description |
System.String |
|
X5TS256
Declaration
public string X5TS256 { get; set; }
Property Value
Type |
Description |
System.String |
|
X5U
Declaration
public string X5U { get; set; }
Property Value
Type |
Description |
System.String |
|
Implements