Skip to main content

RotateSSOSigningSecretInput

No description

input RotateSSOSigningSecretInput {
clientMutationId: String!
inactiveIn: Int!
}

Fields

RotateSSOSigningSecretInput.clientMutationId ● String! non-null scalar

clientMutationId is required for Relay support.

RotateSSOSigningSecretInput.inactiveIn ● Int! non-null scalar

inactiveIn is the number of seconds that the current active SigningSecret should be kept active (allow signed tokens signed with this secret) before rejecting them.

Member Of

rotateSSOSigningSecret mutation