IdpSigningKeyRotationResult
No description
type IdpSigningKeyRotationResult {
created_key: IdpSigningKey!
retired_key: IdpSigningKey
}
Fields
IdpSigningKeyRotationResult.created_key ● IdpSigningKey! non-null object
IdpSigningKeyRotationResult.retired_key ● IdpSigningKey object
Returned By
rotateIdpSigningKey mutation