Uses of Class
com.google.auth.oauth2.StsTokenExchangeResponse
-
Packages that use StsTokenExchangeResponse Package Description com.google.auth.oauth2 -
-
Uses of StsTokenExchangeResponse in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return StsTokenExchangeResponse Modifier and Type Method Description StsTokenExchangeResponse
StsTokenExchangeResponse.Builder. build()
private StsTokenExchangeResponse
StsRequestHandler. buildResponse(com.google.api.client.util.GenericData responseData)
StsTokenExchangeResponse
StsRequestHandler. exchangeToken()
Exchanges the provided token for another type of token based on the RFC 8693 spec.
-