Class AuthenticationRequiredException

    • Constructor Detail

      • AuthenticationRequiredException

        public AuthenticationRequiredException​(String message,
                                               com.azure.core.credential.TokenRequestContext request)
        Initializes a new instance of the AuthenticationRequiredException class.
        Parameters:
        message - The exception message.
        request - The details of the authentication request.
      • AuthenticationRequiredException

        public AuthenticationRequiredException​(String message,
                                               com.azure.core.credential.TokenRequestContext request,
                                               Throwable cause)
        Initializes a new instance of the AuthenticationRequiredException class.
        Parameters:
        message - The exception message.
        request - The details of the authentication request.
        cause - The Throwable which caused the creation of this exception.
    • Method Detail

      • getTokenRequestContext

        public com.azure.core.credential.TokenRequestContext getTokenRequestContext()
        Get the details of the authentication request which resulted in the authentication failure.
        Returns:
        the token request context.