Matteo Puccio
Results
1
issues of
Matteo Puccio
I tried the code snippet proposed in the usage section try { let tokens = await azureAuth.webAuth.authorize({scope: 'openid profile User.Read Mail.Read' }) this.setState({ accessToken: tokens.accessToken }); let info = await...