Interface PlaceUserResourceToken

Response for user resource token endpoints

interface PlaceUserResourceToken {
    expires?: number;
    token: string;
}

Properties

Properties

expires?: number

Unix epoch timestamp when the token expires

token: string

Resource access token