IdpClientSecretRotationPayload
No description
type IdpClientSecretRotationPayload {
client_secret: String!
secret: IdpClientSecret!
}
Fields
IdpClientSecretRotationPayload.client_secret ● String! non-null scalar
IdpClientSecretRotationPayload.secret ● IdpClientSecret! non-null object
Returned By
rotateIdpClientSecret mutation