Uses of Class
software.amazon.awssdk.services.ssoadmin.model.TokenExchangeGrant
-
Packages that use TokenExchangeGrant Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of TokenExchangeGrant in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return TokenExchangeGrant Modifier and Type Method Description TokenExchangeGrantGrant. tokenExchange()Configuration options for theurn:ietf:params:oauth:grant-type:token-exchangegrant type.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type TokenExchangeGrant Modifier and Type Method Description static GrantGrant. fromTokenExchange(TokenExchangeGrant tokenExchange)Create an instance of this class withGrant.tokenExchange()initialized to the given value.Grant.BuilderGrant.Builder. tokenExchange(TokenExchangeGrant tokenExchange)Configuration options for theurn:ietf:params:oauth:grant-type:token-exchangegrant type.
-