Okta.Sdk.Model.AuthorizationServerCredentialsSigningConfig

October 3, 2024 ยท View on GitHub

Properties

NameTypeDescriptionNotes
KidstringThe ID of the JSON Web Key used for signing tokens issued by the authorization server[optional] [readonly]
LastRotatedDateTimeOffsetThe timestamp when the authorization server started using the `kid` for signing tokens[optional] [readonly]
NextRotationDateTimeOffsetThe timestamp when the authorization server changes the Key for signing tokens. This is only returned when `rotationMode` is set to `AUTO`.[optional] [readonly]
RotationModeAuthorizationServerCredentialsRotationMode[optional]
UseAuthorizationServerCredentialsUse[optional]

[Back to Model list] [Back to API list] [Back to README]