Interface TokenExchangeRequest.SubjectTokenTypeStage
- All Known Implementing Classes:
TokenExchangeRequest.Builder
- Enclosing class:
TokenExchangeRequest
public static interface TokenExchangeRequest.SubjectTokenTypeStage
-
Method Summary
Modifier and TypeMethodDescriptionsubjectTokenType(@NotNull String subjectTokenType) The type ofsubject_token.
-
Method Details
-
subjectTokenType
The type of
subject_token. Accepted:urn:ietf:params:oauth:token-type:jwtandurn:ietf:params:oauth:token-type:id_token.
-