Interface PlaceTokenResponse

interface PlaceTokenResponse {
    access_token: string;
    expires_in: string;
    refresh_token: string;
}

Properties

access_token: string

New access token

expires_in: string

Time in seconds with which the token expires

refresh_token: string

New refresh token