AzureAD / microsoft-authentication-library-for-go

The MSAL library for Go is part of the Microsoft identity platform for developers (formerly named Azure AD) v2.0. It enables you to acquire security tokens to call protected APIs. It uses industry standard OAuth2 and OpenID Connect.
MIT License
232 stars 88 forks source link

[Feature Request] refresh_in #248

Closed abhidnya13 closed 3 years ago

abhidnya13 commented 3 years ago

Refresh_In (token response) support. This feature allows the service to control when MSAL should attempt to refresh the access token (ahead of its expiration)

API Review

abhidnya13 commented 3 years ago

Closing - duplicate of #239