Skip to content
This repository was archived by the owner on Jun 10, 2026. It is now read-only.

0.0.45 AAD_B2C_Webview Updates

Choose a tag to compare

@mohanajuhi166 mohanajuhi166 released this 27 Apr 06:29
· 73 commits to main since this release

[0.0.45] - 2023-04-26

Add New Model Class To Map Responses from Azure: AzureTokenResponse

What's Changed

  • Added a new model class that tracks down in a better way a token, instead of plan text and Obj called: Token, wich really comes handy when handling refresh tokens due to users need to know not only the token but also its expiration date.

  • Fixed refresh tokens not being retrieved on AADLoginButton and ADB2CEmbedWebView onRefreshToken callback

  • Added a new callback method called: onAnyTokenRetrieved, this method could be used instead of all the others

  • ClientAuthentication class is fixed now and both methods found on it: getAllTokens and refreshTokens work now was expected.

New Contributors

@jchirinosodio made their first contribution in #5