subjectTokenType property
An identifier that indicates the type of the security token in the
subject_token
parameter.
Supported values are urn:ietf:params:oauth:token-type:jwt
,
urn:ietf:params:oauth:token-type:id_token
,
urn:ietf:params:aws:token-type:aws4_request
,
urn:ietf:params:oauth:token-type:access_token
, and
urn:ietf:params:oauth:token-type:saml2
.
Required.
Implementation
core.String? subjectTokenType;