@twinfinity/coreInterfacesMapBoxAccessTokenOn this pageMapBoxAccessToken Represents a MapBox access token. Use it to access the MapBox Rest API’sIndex PropertiesallowedUrlscopestokenProperties allowedUrlallowedUrl: stringUrl this access token is valid for. The token will not work if used from another url.scopesscopes: string[]MapBox scopes the token is valid for.tokentoken: stringAccess token. Can be used in calls to the MapBox API. This is what should be used in MapBox API calls.
Represents a MapBox access token. Use it to access the MapBox Rest API’s