gitpod.v1.IdentityService

ExchangeToken

ExchangeToken trades an exchange token for a new access token.

post/gitpod.v1.IdentityService/ExchangeToken

Request body

exchangeTokenstring

exchange_token is the token to exchange

Response

Success

accessTokenstring

access_token is the new access token

Changes