subjectTokenType property

String? subjectTokenType
getter/setter pair

An identifier that indicates the type of the security token in the subject_token parameter.

Currently, the supported values are 'urn:ietf:params:oauth:token-type:jwt', 'urn:ietf:params:aws:token-type:aws4_request' and 'urn:ietf:params:oauth:token-type:access_token'.

Required.

Implementation

core.String? subjectTokenType;