RefreshTokenInfo

Describes a refresh token.

JSON representation
{
  "name": string,
  "scopes": [
    string
  ]
}
Fields
name

string

Required. The connection for which this token applies.

scopes[]

string

The list of scopes for this token.