You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an issue to track the work for updating the TokenCredential.getToken API to return an AccessToken instead of a string. This is needed for non-HTTP clients so that more information (like expiresOn) can be returned.
This change draws on work done by schaabs in
Azure/azure-sdk-for-net#6525 to refactor Azure.Core and Azure.Identity
to respond to architecture board feedback. It also makes a couple of
TypeScript-specific tweaks that were discussed at the time
@azure/identity was introduced.
FixesAzure#3535.
FixesAzure#3529.
…back (#3681)
This change draws on work done by schaabs in
Azure/azure-sdk-for-net#6525 to refactor Azure.Core and Azure.Identity
to respond to architecture board feedback. It also makes a couple of
TypeScript-specific tweaks that were discussed at the time
@azure/identity was introduced.
Fixes#3535.
Fixes#3529.
This is an issue to track the work for updating the
TokenCredential.getToken
API to return anAccessToken
instead of astring
. This is needed for non-HTTP clients so that more information (likeexpiresOn
) can be returned./cc @schaabs @ramya-rao-a @bterlson
The text was updated successfully, but these errors were encountered: