Uses of Class
com.azure.identity.CredentialUnavailableException
-
Uses of CredentialUnavailableException in com.azure.identity
Subclasses of CredentialUnavailableException in com.azure.identityModifier and TypeClassDescriptionfinal classThe Authentication Required Exception is thrown byInteractiveBrowserCredentialandDeviceCodeCredentialto 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.