Uses of Class
com.azure.identity.CredentialUnavailableException
-
Uses of CredentialUnavailableException in com.azure.identity
Modifier and TypeClassDescriptionfinal class
The Authentication Required Exception is thrown byInteractiveBrowserCredential
andDeviceCodeCredential
to indicate to the user that automatic authentication is disabled and authentication needs to be initiated viaInteractiveBrowserCredential.authenticate()
orDeviceCodeCredential.authenticate()
APIs respectively before fetching an access token.