let Options = {
authOptions: {
authType: AuthenticationType.anonymous,
clientId: ClientId,
getToken: async (resolve: any, reject: any) => {
// How to implement the Azure Map getToken API in nodejs and java?
resolve(bearerToken);
}
}
}
implement the Azure Map getToken API in nodejs and java
New contributor
andy fang is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.