SigningSecret
No description
type SigningSecret {
kid: String!
secret: String!
createdAt: Time!
lastUsedAt: Time
rotatedAt: Time
inactiveAt: Time
}
Fields
SigningSecret.kid ● String! non-null scalar
kid is the identifier for the key used when verifying tokens issued by the provider.
SigningSecret.secret ● String! non-null scalar
secret is the actual underlying secret used to verify the tokens with.
SigningSecret.createdAt ● Time! non-null scalar
createdAt is the date that the key was created at.
SigningSecret.lastUsedAt ● Time scalar
lastUsedAt is the time that the
SigningSecret.rotatedAt ● Time scalar
rotatedAt is the time that the token was rotated out.
SigningSecret.inactiveAt ● Time scalar
inactiveAt is the date that the token can no longer be used to validate tokens.
Member Of
ExternalModerationPhase object ● SSOAuthIntegration object ● WebhookEndpoint object