Interface IAuthorizationServerCredentialsSigningConfig
Represents a AuthorizationServerCredentialsSigningConfig resource in the Okta API.
Assembly: Okta.Sdk.dll
Syntax
public interface IAuthorizationServerCredentialsSigningConfig : IResource
Properties
Kid
Declaration
Property Value
| Type |
Description |
| System.String |
|
LastRotated
Declaration
DateTimeOffset? LastRotated { get; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
NextRotation
Declaration
DateTimeOffset? NextRotation { get; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
RotationMode
Declaration
AuthorizationServerCredentialsRotationMode RotationMode { get; set; }
Property Value
Use
Declaration
AuthorizationServerCredentialsUse Use { get; set; }
Property Value