Interface RefreshServiceTokenResponse

Response from refreshing a service token

interface RefreshServiceTokenResponse {
    access_token: string;
}

Properties

Properties

access_token: string

The new access token