GeneratedScimToken
A newly generated SCIM token, including the secret. This is the only time the secret is available — Paminga stores only a hash of it.
type GeneratedScimToken {
scim_token: ScimToken!
token: String!
}
Fields
GeneratedScimToken.scim_token ● ScimToken! non-null object
GeneratedScimToken.token ● String! non-null scalar
Returned By
generateScimToken mutation


