SigningSecret
No description
type SigningSecret { kid: String! secret: String! createdAt: Time! lastUsedAt: Time rotatedAt: Time inactiveAt: Time}Fields#
kid (String!)#
kid is the identifier for the key used when verifying tokens issued by the provider.
secret (String!)#
secret is the actual underlying secret used to verify the tokens with.
createdAt (Time!)#
createdAt is the date that the key was created at.
lastUsedAt (Time)#
lastUsedAt is the time that the
rotatedAt (Time)#
rotatedAt is the time that the token was rotated out.
inactiveAt (Time)#
inactiveAt is the date that the token can no longer be used to validate tokens.