Okta.Sdk by Okta, Inc.

<PackageReference Include="Okta.Sdk" Version="5.6.0" />

.NET API 744,448 bytes

 JsonWebKey

public sealed class JsonWebKey : Resource, IJsonWebKey, IResource
public string Alg { get; set; }

public DateTimeOffset? Created { get; set; }

public string E { get; set; }

public DateTimeOffset? ExpiresAt { get; set; }

public IList<string> KeyOps { get; set; }

public string Kid { get; set; }

public string Kty { get; set; }

public DateTimeOffset? LastUpdated { get; set; }

public string N { get; set; }

public string Status { get; set; }

public string Use { get; set; }

public IList<string> X5C { get; set; }

public string X5T { get; set; }

public string X5TS256 { get; set; }

public string X5U { get; set; }

public JsonWebKey()