Interface AppAccessTokenResponse

Response interface for app access token

interface AppAccessTokenResponse {
    token: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

    Additional response data

Properties

Properties

token: string

The access token for the app