API version:
Show / Hide Table of Contents

Class JsonWebKey

Represents a resource in the Okta API.

Inheritance
System.Object
Resource
JsonWebKey
Implements
IJsonWebKey
IResource
Inherited Members
Resource.GetClient()
Resource.GetData()
Resource.Item[String]
Resource.GetProperty<T>(String)
Resource.SetProperty(String, Object)
Resource.GetStringProperty(String)
Resource.GetBooleanProperty(String)
Resource.GetIntegerProperty(String)
Resource.GetLongProperty(String)
Resource.GetDoubleProperty(String)
Resource.GetDateTimeProperty(String)
Resource.GetArrayProperty<T>(String)
Resource.GetEnumProperty<TEnum>(String)
Resource.GetResourceProperty<T>(String)
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()
Namespace: Okta.Sdk
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

IJsonWebKey
IResource
Back to top Copyright © 2021 Okta, Inc.
Generated with DocFx.