RefreshToken
AuthService
RefreshToken
RefreshToken obtains a new access token using a refresh token. The refresh token may be rotated — always use the latest refresh token.
POST
RefreshToken
Body
application/json
Response
Successful response
RefreshTokenResponse is the response message containing the new access token.
TokenInfo contains the OAuth 2.0 token response fields. Returned by ExchangeToken and RefreshToken RPCs.