-
Notifications
You must be signed in to change notification settings - Fork 314
Open
Labels
Azure.IdentityThe azure_identity crateThe azure_identity crateblocking-releaseBlocks releaseBlocks release
Milestone
Description
All errors from get_token should probably be ErrorKind::Credential
, assuming we believe that variant is useful, however they should also expose any HTTP response received from the token request because the application may want to inspect that. A couple options to consider off the top of my head:
ErrorKind::Credential
arguably isn't necessary so, just remove it and returnErrorKind::HttpResponse
as appropriate- have
ErrorKind::Credential
carry an optionalRawResponse
Metadata
Metadata
Assignees
Labels
Azure.IdentityThe azure_identity crateThe azure_identity crateblocking-releaseBlocks releaseBlocks release
Type
Projects
Status
Untriaged
Status
Not Started