Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
getAuthTokenCallback type
- Package:
- azure-maps-control
The callback function used to acquire an authentication token in anonymous authentication mode. Resolve with the authentication token or reject with any errors.
type getAuthTokenCallback = (
resolve: (value?: string) => void,
reject: (reason?: any) => void,
map: Map
) => void
