Okta.Sdk.Model.AuthorizationServerCredentialsSigningConfig
October 3, 2024 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Kid | string | The ID of the JSON Web Key used for signing tokens issued by the authorization server | [optional] [readonly] |
| LastRotated | DateTimeOffset | The timestamp when the authorization server started using the `kid` for signing tokens | [optional] [readonly] |
| NextRotation | DateTimeOffset | The timestamp when the authorization server changes the Key for signing tokens. This is only returned when `rotationMode` is set to `AUTO`. | [optional] [readonly] |
| RotationMode | AuthorizationServerCredentialsRotationMode | [optional] | |
| Use | AuthorizationServerCredentialsUse | [optional] |