Skip navigation links
A B C D E F G H I J L M N O P Q R S T U V W 

A

AadAuthorityAudience - Enum in com.microsoft.identity.client
The audiences that can be used for Authority when making token requests in MSAL.
ACCESS_DENIED - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
The resource owner or authorization server denied the request.
ACCESS_TOKEN - Static variable in class com.microsoft.identity.client.claims.ClaimsRequest
 
Account - Class in com.microsoft.identity.client
 
Account(String, IDToken) - Constructor for class com.microsoft.identity.client.Account
 
AccountMode - Enum in com.microsoft.identity.client.configuration
 
ACQUIRE_TOKEN_OPERATION_NAME - Static variable in class com.microsoft.identity.client.exception.MsalArgumentException
 
ACQUIRE_TOKEN_SILENT_OPERATION_NAME - Static variable in class com.microsoft.identity.client.exception.MsalArgumentException
 
acquireToken(Activity, String[], String, AuthenticationCallback) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Acquire token interactively, will pop-up webUI.
acquireToken(Activity, String[], AuthenticationCallback) - Method in interface com.microsoft.identity.client.IPublicClientApplication
Acquire token interactively, will pop-up webUI.
acquireToken(AcquireTokenParameters) - Method in interface com.microsoft.identity.client.IPublicClientApplication
Acquire token interactively, will pop-up webUI.
acquireToken(Activity, String[], String, AuthenticationCallback) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
 
acquireToken(Activity, String[], AuthenticationCallback) - Method in class com.microsoft.identity.client.PublicClientApplication
 
acquireToken(AcquireTokenParameters) - Method in class com.microsoft.identity.client.PublicClientApplication
 
acquireToken(Activity, String[], AuthenticationCallback) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
acquireToken(AcquireTokenParameters) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
AcquireTokenParameters - Class in com.microsoft.identity.client
Encapsulates the parameters passed to the acquireToken methods of PublicClientApplication
AcquireTokenParameters(AcquireTokenParameters.Builder) - Constructor for class com.microsoft.identity.client.AcquireTokenParameters
 
AcquireTokenParameters.Builder - Class in com.microsoft.identity.client
 
acquireTokenSilent(String[], IAccount, String) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Perform acquire token silent call.
acquireTokenSilent(AcquireTokenSilentParameters) - Method in interface com.microsoft.identity.client.IPublicClientApplication
Perform acquire token silent call.
acquireTokenSilent(String[], String) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Perform acquire token silent call.
acquireTokenSilent(String[], IAccount, String) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
 
acquireTokenSilent(AcquireTokenSilentParameters) - Method in class com.microsoft.identity.client.PublicClientApplication
 
acquireTokenSilent(String[], String) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
acquireTokenSilent(AcquireTokenSilentParameters) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
acquireTokenSilentAsync(String[], IAccount, String, SilentAuthenticationCallback) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Perform acquire token silent call.
acquireTokenSilentAsync(AcquireTokenSilentParameters) - Method in interface com.microsoft.identity.client.IPublicClientApplication
Perform acquire token silent call.
acquireTokenSilentAsync(String[], String, SilentAuthenticationCallback) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Perform acquire token silent call.
acquireTokenSilentAsync(String[], IAccount, String, SilentAuthenticationCallback) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
 
acquireTokenSilentAsync(AcquireTokenSilentParameters) - Method in class com.microsoft.identity.client.PublicClientApplication
 
acquireTokenSilentAsync(String[], String, SilentAuthenticationCallback) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
acquireTokenSilentAsync(AcquireTokenSilentParameters) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
AcquireTokenSilentParameters - Class in com.microsoft.identity.client
 
AcquireTokenSilentParameters(AcquireTokenSilentParameters.Builder) - Constructor for class com.microsoft.identity.client.AcquireTokenSilentParameters
 
AcquireTokenSilentParameters.Builder - Class in com.microsoft.identity.client
 
acquireTokenWithDeviceCode(String[], IPublicClientApplication.DeviceCodeFlowCallback) - Method in interface com.microsoft.identity.client.IPublicClientApplication
Perform the Device Code Flow (DCF) protocol to allow a device without input capability to authenticate and get a new access token.
acquireTokenWithDeviceCode(String[], IPublicClientApplication.DeviceCodeFlowCallback) - Method in class com.microsoft.identity.client.PublicClientApplication
 
addClientCapabilitiesToClaimsRequest(ClaimsRequest, String) - Static method in class com.microsoft.identity.client.internal.CommandParametersAdapter
 
APP_MANIFEST_VALIDATION_ERROR - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Developer error.
appendQueryParameterToUrl(String, Map<String, String>) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Append parameter to the url.
AsyncResult<T> - Class in com.microsoft.identity.client.internal
 
AsyncResult(T, MsalException) - Constructor for class com.microsoft.identity.client.internal.AsyncResult
 
AuthenticationCallback - Interface in com.microsoft.identity.client
Callback passed with token acquisition.
AuthenticationResult - Class in com.microsoft.identity.client
MSAL successful authentication result.
AuthenticationScheme - Class in com.microsoft.identity.client
 
AUTHORITY_REQUIRED_FOR_SILENT - Static variable in class com.microsoft.identity.client.exception.MsalArgumentException
 
AUTHORITY_VALIDATION_NOT_SUPPORTED - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The authority is not supported for authority validation.
authorizationInCurrentTask() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
AzureCloudInstance - Enum in com.microsoft.identity.client
The clouds that can be used for Authority when making token requests in MSAL.

B

base64UrlEncodeToString(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
BearerAuthenticationScheme - Class in com.microsoft.identity.client
 
BearerAuthenticationScheme() - Constructor for class com.microsoft.identity.client.BearerAuthenticationScheme
 
bindCustomTabsService() - Method in class com.microsoft.identity.client.MsalChromeCustomTabManager
Method to bind Chrome androidx.browser.customtabs.CustomTabsService.
BROKER_BIND_FAILURE - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Failed to bind the service in broker app.
BROKER_NOT_INSTALLED - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Broker app is not installed.
brokerBrowserSupportEnabled(boolean) - Method in class com.microsoft.identity.client.internal.IntuneAcquireTokenParameters.Builder
 
BrokerClientIdRefreshTokenAccessor - Class in com.microsoft.identity.client.internal.api
For Broker apps to obtain an RT associated to Broker's client ID (for WPJ scenario).
BrokerClientIdRefreshTokenAccessor() - Constructor for class com.microsoft.identity.client.internal.api.BrokerClientIdRefreshTokenAccessor
 
brokerEligible(Context, Authority, PublicClientApplicationConfiguration) - Static method in class com.microsoft.identity.client.internal.controllers.MSALControllerFactory
Determine if request is eligible to use the broker
BrokerHelperActivity - Class in com.microsoft.identity.client.helper
Activity to show the expected redirect URL (which includes support for Broker)
BrokerHelperActivity() - Constructor for class com.microsoft.identity.client.helper.BrokerHelperActivity
 
BrowserTabActivity - Class in com.microsoft.identity.client
MSAL activity class (needs to be public in order to be discoverable by the os) to get the browser redirect with auth code from authorize endpoint.
BrowserTabActivity() - Constructor for class com.microsoft.identity.client.BrowserTabActivity
 
build() - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
build() - Method in class com.microsoft.identity.client.AcquireTokenSilentParameters.Builder
 
build() - Method in class com.microsoft.identity.client.internal.IntuneAcquireTokenParameters.Builder
 
build() - Method in class com.microsoft.identity.client.PoPAuthenticationScheme.Builder
 
build() - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
Builder() - Constructor for class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
Builder() - Constructor for class com.microsoft.identity.client.AcquireTokenSilentParameters.Builder
 
Builder() - Constructor for class com.microsoft.identity.client.internal.IntuneAcquireTokenParameters.Builder
 
builder() - Static method in class com.microsoft.identity.client.PoPAuthenticationScheme
 
Builder() - Constructor for class com.microsoft.identity.client.TokenParameters.Builder
 

C

calculateExpiresOn(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Calculate expires on based on given exipres in.
checkIntentFilterAddedToAppManifestForBrokerFlow() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
CHROME_NOT_INSTALLED - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Note: after MSAL 0.2.0 this error is no longer relevant.
CHROME_PACKAGE - Static variable in class com.microsoft.identity.client.internal.MsalUtils
 
ClaimsRequest - Class in com.microsoft.identity.client.claims
Represents the claims request parameter as an object
ClaimsRequest() - Constructor for class com.microsoft.identity.client.claims.ClaimsRequest
 
CLIENT_CAPABILITIES_CLAIM - Static variable in class com.microsoft.identity.client.internal.CommandParametersAdapter
 
com.microsoft.identity.client - package com.microsoft.identity.client
Provides the classes necessary to create a client for Azure Active Directory to get tokens.
com.microsoft.identity.client.claims - package com.microsoft.identity.client.claims
 
com.microsoft.identity.client.configuration - package com.microsoft.identity.client.configuration
 
com.microsoft.identity.client.exception - package com.microsoft.identity.client.exception
 
com.microsoft.identity.client.helper - package com.microsoft.identity.client.helper
 
com.microsoft.identity.client.internal - package com.microsoft.identity.client.internal
 
com.microsoft.identity.client.internal.api - package com.microsoft.identity.client.internal.api
 
com.microsoft.identity.client.internal.configuration - package com.microsoft.identity.client.internal.configuration
 
com.microsoft.identity.client.internal.controllers - package com.microsoft.identity.client.internal.controllers
 
CommandParametersAdapter - Class in com.microsoft.identity.client.internal
 
CommandParametersAdapter() - Constructor for class com.microsoft.identity.client.internal.CommandParametersAdapter
 
convertArrayToSet(String[]) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
create(Context, int, IPublicClientApplication.ApplicationCreatedListener) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#create(Context, int, ApplicationCreatedListener) will read the client id and other configuration settings from the file included in your application resources.
create(Context, File, IPublicClientApplication.ApplicationCreatedListener) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#create(Context, File, ApplicationCreatedListener) will read the client id and other configuration settings from the specified file.
create(Context, String, String, String, IPublicClientApplication.ApplicationCreatedListener) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#create(Context, String, String, ApplicationCreatedListener) allows the client id and authority to be passed instead of providing them through metadata.
create(Context, int) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#create(Context, int, ApplicationCreatedListener) will read the client id and other configuration settings from the file included in your application's resources.
createCommandParameters(PublicClientApplicationConfiguration, OAuth2TokenCache) - Static method in class com.microsoft.identity.client.internal.CommandParametersAdapter
 
createDeviceCodeFlowCommandParameters(PublicClientApplicationConfiguration, OAuth2TokenCache, String[]) - Static method in class com.microsoft.identity.client.internal.CommandParametersAdapter
 
createGenerateShrCommandParameters(PublicClientApplicationConfiguration, OAuth2TokenCache, String, PoPAuthenticationScheme) - Static method in class com.microsoft.identity.client.internal.CommandParametersAdapter
Constructs the GenerateShrCommandParameters for the supplied args.
createHash(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
createInteractiveTokenCommandParameters(PublicClientApplicationConfiguration, OAuth2TokenCache, AcquireTokenParameters) - Static method in class com.microsoft.identity.client.internal.CommandParametersAdapter
 
createMultipleAccountPublicClientApplication(Context, int, IPublicClientApplication.IMultipleAccountApplicationCreatedListener) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#createMultipleAccountPublicClientApplication(Context, int, IMultipleAccountApplicationCreatedListener) will read the client id and other configuration settings from the file included in your application's resources.
createMultipleAccountPublicClientApplication(Context, File, IPublicClientApplication.IMultipleAccountApplicationCreatedListener) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#createMultipleAccountPublicClientApplication(Context, File, IMultipleAccountApplicationCreatedListener) will read the client id and other configuration settings from the file included in your application resources.
createMultipleAccountPublicClientApplication(Context, int) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication.createMultipleAccountPublicClientApplication(Context, int) will read the client id and other configuration settings from the file included in your application's resources.
createMultipleAccountPublicClientApplication(Context, File) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication.createMultipleAccountPublicClientApplication(Context, File) will read the client id and other configuration settings from the file included in your application resources.
createRemoveAccountCommandParameters(PublicClientApplicationConfiguration, OAuth2TokenCache, AccountRecord) - Static method in class com.microsoft.identity.client.internal.CommandParametersAdapter
 
createSilentTokenCommandParameters(PublicClientApplicationConfiguration, OAuth2TokenCache, AcquireTokenSilentParameters) - Static method in class com.microsoft.identity.client.internal.CommandParametersAdapter
 
createSingleAccountPublicClientApplication(Context, int, IPublicClientApplication.ISingleAccountApplicationCreatedListener) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#createSingleAccountPublicClientApplication(Context, int, ISingleAccountApplicationCreatedListener) will read the client id and other configuration settings from the file included in your application's resources.
createSingleAccountPublicClientApplication(Context, File, IPublicClientApplication.ISingleAccountApplicationCreatedListener) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication#createSingleAccountPublicClientApplication(Context, int, ISingleAccountApplicationCreatedListener) will read the client id and other configuration settings from the file included in your application resources.
createSingleAccountPublicClientApplication(Context, int) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication.createSingleAccountPublicClientApplication(Context, int) will read the client id and other configuration settings from the file included in your application's resources.
createSingleAccountPublicClientApplication(Context, File) - Static method in class com.microsoft.identity.client.PublicClientApplication
PublicClientApplication.createSingleAccountPublicClientApplication(Context, int) will read the client id and other configuration settings from the file included in your applications resources.
createStartIntent(Context) - Static method in class com.microsoft.identity.client.helper.BrokerHelperActivity
 
CURRENT_ACCOUNT_MISMATCH - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The account that is being signed in does not match with the provided account.
CURRENT_ACCOUNT_MISMATCH_ERROR_MESSAGE - Static variable in class com.microsoft.identity.client.exception.MsalClientException
 
CURRENT_ACCOUNT_SHARED_PREFERENCE_KEY - Static variable in class com.microsoft.identity.client.SingleAccountPublicClientApplication
SharedPreference key for storing current account.
CurrentAccountResult - Class in com.microsoft.identity.client
 
CurrentAccountResult(IAccount, IAccount, boolean) - Constructor for class com.microsoft.identity.client.CurrentAccountResult
 
CurrentTaskBrowserTabActivity - Class in com.microsoft.identity.client
MSAL activity class (needs to be public in order to be discoverable by the os) to get the browser redirect with auth code from authorize endpoint.
CurrentTaskBrowserTabActivity() - Constructor for class com.microsoft.identity.client.CurrentTaskBrowserTabActivity
 

D

decodeUrlToMap(String, String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Decode the given url, and convert it into map with the given delimiter.
DEFAULT_EXPIRATION_TIME_SEC - Static variable in class com.microsoft.identity.client.internal.MsalUtils
Default access token expiration time in seconds.
DEFAULT_STATUS_CODE - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
When SocketTimeoutException is thrown, no status code will be caught.
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class com.microsoft.identity.client.internal.configuration.LogLevelDeserializer
 
DEVICE_NETWORK_NOT_AVAILABLE - Static variable in class com.microsoft.identity.client.exception.MsalClientException
No active network is available on the device.
didAccountChange() - Method in class com.microsoft.identity.client.CurrentAccountResult
 
didAccountChange() - Method in interface com.microsoft.identity.client.ICurrentAccountResult
Indicates whether the current account has changed since last checked.
DUPLICATE_COMMAND - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Duplicate command.
DUPLICATE_QUERY_PARAMETER - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Extra query parameters set by the client app is already sent by the sdk.

E

ENCODING_UTF8 - Static variable in class com.microsoft.identity.client.internal.MsalUtils
The encoding scheme the sdk uses.
equals(Object) - Method in class com.microsoft.identity.client.claims.ClaimsRequest
 
equals(Object) - Method in class com.microsoft.identity.client.claims.RequestedClaim
 
equals(Object) - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
extractJsonObjectIntoMap(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Return the unmodifiable Map of response items.

F

forAccount(IAccount) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
forceRefresh(boolean) - Method in class com.microsoft.identity.client.AcquireTokenSilentParameters.Builder
 
fromAuthority(String) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
fromAuthority(AzureCloudInstance, AadAuthorityAudience, String) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
fromAuthority(AzureCloudInstance, AadAuthorityAudience) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
fromAuthority(AzureCloudInstance, String) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 

G

generateSignedHttpRequest(IAccount, PoPAuthenticationScheme) - Method in interface com.microsoft.identity.client.IPublicClientApplication
Signs the provided PoPAuthenticationScheme parameters into a JWT on behalf of the provided IAccount.
generateSignedHttpRequest(IAccount, PoPAuthenticationScheme, IPublicClientApplication.SignedHttpRequestRequestCallback) - Method in interface com.microsoft.identity.client.IPublicClientApplication
Signs the provided PoPAuthenticationScheme parameters into a JWT on behalf of the provided IAccount.
generateSignedHttpRequest(IAccount, PoPAuthenticationScheme) - Method in class com.microsoft.identity.client.PublicClientApplication
 
generateSignedHttpRequest(IAccount, PoPAuthenticationScheme, IPublicClientApplication.SignedHttpRequestRequestCallback) - Method in class com.microsoft.identity.client.PublicClientApplication
 
get(Context, String) - Static method in class com.microsoft.identity.client.internal.api.BrokerClientIdRefreshTokenAccessor
Returns a refresh token associated to Broker's client ID.
getAccessToken() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getAccessToken() - Method in interface com.microsoft.identity.client.IAuthenticationResult
 
getAccessTokenClaimsRequested() - Method in class com.microsoft.identity.client.claims.ClaimsRequest
Return the list of requested claims for an Access Token in the claims request parameter object
getAccount() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getAccount() - Method in interface com.microsoft.identity.client.IAuthenticationResult
Gets the Account.
getAccount(String, IMultipleAccountPublicClientApplication.GetAccountCallback) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Retrieve the IAccount object matching the identifier.
getAccount(String) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Retrieve the IAccount object matching the identifier.
getAccount(String, IMultipleAccountPublicClientApplication.GetAccountCallback) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
Retrieve the IAccount object matching the identifier.
getAccount(String) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
 
getAccount() - Method in class com.microsoft.identity.client.TokenParameters
Optional.
getAccountMode() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured AccountMode for the PublicClientApplication.
getAccountRecord() - Method in class com.microsoft.identity.client.TokenParameters
 
getAccounts(IPublicClientApplication.LoadAccountsCallback) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Asynchronously returns a List of IAccount objects for which this application has RefreshTokens.
getAccounts() - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Returns a List of IAccount objects for which this application has RefreshTokens.
getAccounts(IPublicClientApplication.LoadAccountsCallback) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
Asynchronously returns a List of IAccount objects for which this application has RefreshTokens.
getAccounts() - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
 
getAccountUpn() - Method in class com.microsoft.identity.client.exception.MsalIntuneAppProtectionPolicyRequiredException
Account Upn of the user
getAccountUserId() - Method in class com.microsoft.identity.client.exception.MsalIntuneAppProtectionPolicyRequiredException
Account OID of the user
getActivity() - Method in class com.microsoft.identity.client.AcquireTokenParameters
Non-null Activity that will be used as the parent activity for launching the com.microsoft.identity.common.internal.providers.oauth2.AuthorizationActivity
getAdditionalInformation() - Method in class com.microsoft.identity.client.claims.RequestedClaim
Returns additional information that can be optionally sent to the authorization server (default is null) for a particular requested claim
getAllControllers(Context, Authority, PublicClientApplicationConfiguration) - Static method in class com.microsoft.identity.client.internal.controllers.MSALControllerFactory
Returns one or more controllers to address a given request.
getAppContext() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
getApplicationInfo(Context) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
getArgumentName() - Method in class com.microsoft.identity.client.exception.MsalArgumentException
 
getAudienceValue() - Method in enum com.microsoft.identity.client.AadAuthorityAudience
 
getAuthenticationScheme() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getAuthenticationScheme() - Method in interface com.microsoft.identity.client.IAuthenticationResult
Gets the authentication scheme (Bearer, PoP, etc)....
getAuthenticationScheme() - Method in class com.microsoft.identity.client.TokenParameters
getAuthorities() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the list of authorities configured by the developer for use with the PublicClientApplication.
getAuthority() - Method in class com.microsoft.identity.client.Account
 
getAuthority() - Method in interface com.microsoft.identity.client.IAccount
 
getAuthority() - Method in class com.microsoft.identity.client.TokenParameters
Optional.
getAuthorityUrl() - Method in class com.microsoft.identity.client.exception.MsalIntuneAppProtectionPolicyRequiredException
Authority Url
getAuthorizationAgent() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured AuthorizationAgent for the PublicClientApplication.
getAuthorizationHeader() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getAuthorizationHeader() - Method in interface com.microsoft.identity.client.IAuthenticationResult
Gets the fully-formed Authorization header value.
getBrowserSafeList() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the list of browser safe list.
getCallback() - Method in class com.microsoft.identity.client.AcquireTokenParameters
The Non-null AuthenticationCallback to receive the result back.
getCallback() - Method in class com.microsoft.identity.client.AcquireTokenSilentParameters
The Non-null SilentAuthenticationCallback to receive the result back.
getChromePackage(Context) - Static method in class com.microsoft.identity.client.internal.MsalUtils
CHROME_PACKAGE array contains all the chrome packages that is currently available on play store, we will only support chrome stable.
getChromePackageWithCustomTabSupport(Context) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Check if the chrome package with custom tab support is available on the device, and return the package name if available.
getClaims() - Method in class com.microsoft.identity.client.Account
Gets the claims associated to this Account's IdToken.
getClaims() - Method in interface com.microsoft.identity.client.IClaimable
Gets the claims associated with this IClaimable's IdToken.
getClaimsRequest() - Method in class com.microsoft.identity.client.TokenParameters
Optional.
getClaimsRequestFromJsonString(String) - Static method in class com.microsoft.identity.client.claims.ClaimsRequest
Returns a claims request parameter object based on the JSON representation of the same.
getClaimsRequestFromWWWAuthenticateHeaderValue(String) - Static method in class com.microsoft.identity.client.claims.WWWAuthenticateHeader
Returns a claims request parameter that corresponds to the contents of the claims directive in a WWW-Authenticate Header.
getClientCapabilities() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured capabilities for the PublicClientApplication.
getClientClaims() - Method in class com.microsoft.identity.client.PoPAuthenticationScheme
 
getClientId() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured client id for the PublicClientApplication.
getCloudInstanceUri() - Method in enum com.microsoft.identity.client.AzureCloudInstance
 
getConfiguration() - Method in interface com.microsoft.identity.client.IPublicClientApplication
Returns the PublicClientConfiguration for this instance of PublicClientApplication.
getConfiguration() - Method in class com.microsoft.identity.client.PublicClientApplication
 
getConnectTimeout() - Method in class com.microsoft.identity.client.configuration.HttpConfiguration
Gets the currently configured connect timeout for the public client application
getCorrelationId() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getCorrelationId() - Method in interface com.microsoft.identity.client.IAuthenticationResult
Gets the correlation id used during the acquire token request.
getCorrelationId() - Method in class com.microsoft.identity.client.TokenParameters
Gets the correlation id passed to Token Parameters.
getCurrentAccount() - Method in class com.microsoft.identity.client.CurrentAccountResult
 
getCurrentAccount() - Method in interface com.microsoft.identity.client.ICurrentAccountResult
Returns the current account signed into the app or in the case of shared device mode.
getCurrentAccount() - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Gets the current account and notify if the current account changes.
getCurrentAccount() - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
getCurrentAccountAsync(ISingleAccountPublicClientApplication.CurrentAccountCallback) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Gets the current account and notify if the current account changes.
getCurrentAccountAsync(ISingleAccountPublicClientApplication.CurrentAccountCallback) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
getDeclinedScopes() - Method in class com.microsoft.identity.client.exception.MsalDeclinedScopeException
List of scopes declined by the server.
getDefaultAuthority() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
getDefaultController(Context, Authority, PublicClientApplicationConfiguration) - Static method in class com.microsoft.identity.client.internal.controllers.MSALControllerFactory
Returns the appropriate MSAL Controller depending on Authority, App and Device state
getEnvironment() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the environment (Production, PPE) that the public client application is registered in
getErrorCode() - Method in class com.microsoft.identity.client.exception.MsalException
 
getEssential() - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
getException() - Method in class com.microsoft.identity.client.internal.AsyncResult
 
getExpiresOn() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getExpiresOn() - Method in interface com.microsoft.identity.client.IAuthenticationResult
 
getExpiresOn(long) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
getExpiryOrDefault(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
getExtraQueryStringParameters() - Method in class com.microsoft.identity.client.AcquireTokenParameters
If you've been instructed to pass additional query string parameters to the authorization endpoint.
getExtraScopesToConsent() - Method in class com.microsoft.identity.client.AcquireTokenParameters
These are additional scopes that you would like the user to authorize the use of, while getting consent for the first set of scopes
getForceRefresh() - Method in class com.microsoft.identity.client.AcquireTokenSilentParameters
Boolean.
getFormat() - Method in class com.microsoft.identity.client.TokenShareResult
getFragment() - Method in class com.microsoft.identity.client.AcquireTokenParameters
Optional Fragment that will be replaced by com.microsoft.identity.common.internal.providers.oauth2.AuthorizationFragment
getGrantedScopes() - Method in class com.microsoft.identity.client.exception.MsalDeclinedScopeException
List of scopes granted by the server.
getHttpConfiguration() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured HttpConfiguration for the PublicClientApplication.
getHttpMethod() - Method in class com.microsoft.identity.client.PoPAuthenticationScheme
 
getHttpStatusCode() - Method in class com.microsoft.identity.client.exception.MsalServiceException
 
getId() - Method in class com.microsoft.identity.client.Account
 
getId() - Method in interface com.microsoft.identity.client.IAccount
Gets the id of the account.
getId() - Method in enum com.microsoft.identity.client.WebViewSelection
 
getIdToken() - Method in class com.microsoft.identity.client.Account
 
getIdToken() - Method in interface com.microsoft.identity.client.IClaimable
Gets the JWT format id_token corresponding to this IClaimable.
getIdTokenClaimsRequested() - Method in class com.microsoft.identity.client.claims.ClaimsRequest
Return the list of requested claims for an ID Token in the claims request parameter object
getInstance() - Static method in class com.microsoft.identity.client.Logger
 
getIsSharedDevice() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
getJsonStringFromClaimsRequest(ClaimsRequest) - Static method in class com.microsoft.identity.client.claims.ClaimsRequest
Returns the JSON representation of the claims request parameter
getLoggerConfiguration() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured LoggerConfiguration for the PublicClientApplication.
getLoginHint() - Method in class com.microsoft.identity.client.AcquireTokenParameters
Optional.
getLogLevel() - Method in class com.microsoft.identity.client.configuration.LoggerConfiguration
Gets the Logger.LogLevel to use.
getMessage() - Method in class com.microsoft.identity.client.exception.MsalException
Return the detailed description explaining why the exception is returned back.
getMsaFamilyRefreshToken(String) - Method in interface com.microsoft.identity.client.ITokenShare
getMsaFamilyRefreshToken(String) - Method in class com.microsoft.identity.client.PublicClientApplication
 
getMsaFamilyRefreshTokenWithMetadata(String) - Method in interface com.microsoft.identity.client.ITokenShare
getMsaFamilyRefreshTokenWithMetadata(String) - Method in class com.microsoft.identity.client.PublicClientApplication
 
getMultipleCloudsSupported() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Indicates whether the PublicClientApplication supports multiple clouds.
getName() - Method in class com.microsoft.identity.client.AuthenticationScheme
 
getName() - Method in class com.microsoft.identity.client.claims.RequestedClaim
Returns the name of the claim being requested
getNonce() - Method in class com.microsoft.identity.client.PoPAuthenticationScheme
 
getOperationName() - Method in class com.microsoft.identity.client.exception.MsalArgumentException
 
getOrgIdFamilyRefreshToken(String) - Method in interface com.microsoft.identity.client.ITokenShare
getOrgIdFamilyRefreshToken(String) - Method in class com.microsoft.identity.client.PublicClientApplication
 
getOrgIdFamilyRefreshTokenWithMetadata(String) - Method in interface com.microsoft.identity.client.ITokenShare
getOrgIdFamilyRefreshTokenWithMetadata(String) - Method in class com.microsoft.identity.client.PublicClientApplication
 
getPriorAccount() - Method in class com.microsoft.identity.client.CurrentAccountResult
 
getPriorAccount() - Method in interface com.microsoft.identity.client.ICurrentAccountResult
If the current signed in account changed as a result of being removed from the device, returns the prior account signed into the app or in the case of shared device mode.
getPrompt() - Method in class com.microsoft.identity.client.AcquireTokenParameters
Controls the value of the prompt parameter sent along with the authorization request.
getReadTimeout() - Method in class com.microsoft.identity.client.configuration.HttpConfiguration
Get the currently configured read timeout for the public client application
getRedirectUri() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured redirect uri for the PublicClientApplication.
getRequiredBrokerProtocolVersion() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Indicates the minimum required broker protocol version number.
getResult() - Method in class com.microsoft.identity.client.internal.AsyncResult
 
getScope() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getScope() - Method in interface com.microsoft.identity.client.IAuthenticationResult
 
getScopes() - Method in class com.microsoft.identity.client.TokenParameters
The non-null array of scopes to be requested for the access token.
getScopesAsSet(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Converts the given string of scopes into set.
getSdkVersion() - Static method in class com.microsoft.identity.client.PublicClientApplication
 
getSilentParametersForGrantedScopes() - Method in class com.microsoft.identity.client.exception.MsalDeclinedScopeException
Returns pre configured AcquireTokenSilentParameters from the original request to make a subsequent silent request for granted scopes.
getSuccess() - Method in class com.microsoft.identity.client.internal.AsyncResult
 
getTelemetryConfiguration() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Gets the currently configured TelemetryConfiguration for the PublicClientApplication.
getTenantId() - Method in class com.microsoft.identity.client.Account
 
getTenantId() - Method in class com.microsoft.identity.client.AuthenticationResult
 
getTenantId() - Method in class com.microsoft.identity.client.exception.MsalIntuneAppProtectionPolicyRequiredException
Account Tenant id
getTenantId() - Method in interface com.microsoft.identity.client.IAuthenticationResult
 
getTenantId() - Method in interface com.microsoft.identity.client.IClaimable
Gets the tid claim associated with this IClaimable.
getTenantId() - Method in class com.microsoft.identity.client.TenantProfile
 
getTenantProfiles() - Method in interface com.microsoft.identity.client.IMultiTenantAccount
 
getTenantProfiles() - Method in class com.microsoft.identity.client.MultiTenantAccount
 
getUniqueUserIdentifier(String, String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
getUrl(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
create url from given endpoint.
getUrl() - Method in class com.microsoft.identity.client.PoPAuthenticationScheme
 
getUseBroker() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Indicates whether the PublicClientApplication would like to leverage the broker if available.
getUserInfoClaimsRequested() - Method in class com.microsoft.identity.client.claims.ClaimsRequest
Return the list of requested claims for the userinfo endpoint in the claims request parameter object
getUsername() - Method in class com.microsoft.identity.client.Account
 
getUsername() - Method in interface com.microsoft.identity.client.IClaimable
Gets the preferred_username claim associated with this IClaimable.
getValue() - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
getValues() - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 

H

hasClaimsDirective(String) - Static method in class com.microsoft.identity.client.claims.WWWAuthenticateHeader
Checks if the WWW-Authenticate header value contains the claims directive
hasCustomTabRedirectActivity(Context, String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
hasCustomTabRedirectActivity - Ensures that the developer has properly configured their AndroidManifest to expose the BrowserTabActivity.
hashCode() - Method in class com.microsoft.identity.client.claims.ClaimsRequest
 
hashCode() - Method in class com.microsoft.identity.client.claims.RequestedClaim
 
hashCode() - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
HttpConfiguration - Class in com.microsoft.identity.client.configuration
 
HttpConfiguration() - Constructor for class com.microsoft.identity.client.configuration.HttpConfiguration
 
HttpMethod - Enum in com.microsoft.identity.client
HTTP Request Methods as defined in RFC-7231/§4.3 and RFC-5789.

I

IAccount - Interface in com.microsoft.identity.client
 
IACCOUNT_ARGUMENT_NAME - Static variable in class com.microsoft.identity.client.exception.MsalArgumentException
 
IAuthenticationResult - Interface in com.microsoft.identity.client
 
IClaimable - Interface in com.microsoft.identity.client
 
ICurrentAccountResult - Interface in com.microsoft.identity.client
 
ID_TOKEN - Static variable in class com.microsoft.identity.client.claims.ClaimsRequest
 
ILoggerCallback - Interface in com.microsoft.identity.client
Interface for apps to configure the external logging and implement the callback to designate the output of the log messages.
IMsalEventReceiver - Interface in com.microsoft.identity.client
The interface function for apps to override if they want to get the Telemetry from MSAL.
IMultipleAccountPublicClientApplication - Interface in com.microsoft.identity.client
An interface that contains list of operations that are available when MSAL is in 'multiple account' mode.
IMultipleAccountPublicClientApplication.GetAccountCallback - Interface in com.microsoft.identity.client
 
IMultipleAccountPublicClientApplication.RemoveAccountCallback - Interface in com.microsoft.identity.client
 
IMultiTenantAccount - Interface in com.microsoft.identity.client
 
initializeConfiguration(Context) - Static method in class com.microsoft.identity.client.PublicClientApplicationConfigurationFactory
Initializes a default PublicClientApplicationConfiguration object.
initializeConfiguration(Context, int) - Static method in class com.microsoft.identity.client.PublicClientApplicationConfigurationFactory
Initializes a PublicClientApplicationConfiguration from the given configResourceId, if there is any, and merge it to the default config object.
initializeConfiguration(Context, File) - Static method in class com.microsoft.identity.client.PublicClientApplicationConfigurationFactory
Initializes a PublicClientApplicationConfiguration from the given file, if there is any, and merge it to the default config object.
IntuneAcquireTokenParameters - Class in com.microsoft.identity.client.internal
Internal class specifically for the Microsoft Intune app (COBO) to app to enable System Browser support on Broker.
IntuneAcquireTokenParameters.Builder - Class in com.microsoft.identity.client.internal
 
INVALID_GRANT - Static variable in class com.microsoft.identity.client.exception.MsalUiRequiredException
The refresh token used to redeem access token is invalid, expired, revoked.
INVALID_INSTANCE - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
AuthorityMetadata validation failed.
INVALID_JWT - Static variable in class com.microsoft.identity.client.exception.MsalClientException
JWT returned by the server is not valid, empty or malformed.
INVALID_PARAMETER - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The parameter provided by the user is invalid.
INVALID_REDIRECT_MSG - Static variable in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
INVALID_REQUEST - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
This request is missing a required parameter, includes an invalid parameter, includes a parameter more than once, or is otherwise malformed.
INVALID_SCOPE - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
The request scope is invalid, unknown or malformed.
IO_ERROR - Static variable in class com.microsoft.identity.client.exception.MsalClientException
IOException happened, could be the device/network errors.
IPublicClientApplication - Interface in com.microsoft.identity.client
 
IPublicClientApplication.ApplicationCreatedListener - Interface in com.microsoft.identity.client
Listener callback for asynchronous initialization of IPublicClientApplication object.
IPublicClientApplication.DeviceCodeFlowCallback - Interface in com.microsoft.identity.client
Callback object used in Device Code Flow.
IPublicClientApplication.IMultipleAccountApplicationCreatedListener - Interface in com.microsoft.identity.client
Listener callback for asynchronous initialization of IMultipleAccountPublicClientApplication object.
IPublicClientApplication.ISingleAccountApplicationCreatedListener - Interface in com.microsoft.identity.client
Listener callback for asynchronous initialization of ISingleAccountPublicClientApplication object.
IPublicClientApplication.LoadAccountsCallback - Interface in com.microsoft.identity.client
 
IPublicClientApplication.SignedHttpRequestRequestCallback - Interface in com.microsoft.identity.client
isBrokerBrowserSupportEnabled() - Method in class com.microsoft.identity.client.internal.IntuneAcquireTokenParameters
 
isBrokerRedirectUri(String, String) - Static method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
isDefaultAuthorityConfigured() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
isEmpty(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
To improve test-ability with local Junit.
ISingleAccountPublicClientApplication - Interface in com.microsoft.identity.client
An interface that contains list of operations that are available when MSAL is in 'single account' mode.
ISingleAccountPublicClientApplication.CurrentAccountCallback - Interface in com.microsoft.identity.client
Callback for asynchronous loading of the msal IAccount account.
ISingleAccountPublicClientApplication.SignOutCallback - Interface in com.microsoft.identity.client
 
isLogcatEnabled() - Method in class com.microsoft.identity.client.configuration.LoggerConfiguration
Gets the Logcat enabled state.
isPiiEnabled() - Method in class com.microsoft.identity.client.configuration.LoggerConfiguration
Gets the Pii Enabled state.
isPowerOptCheckForEnabled() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
isScopeIntersects(Set<String>, Set<String>) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
isSharedDevice() - Method in interface com.microsoft.identity.client.IPublicClientApplication
Returns whether the application is being run on a device that is marked as a shared.
isSharedDevice() - Method in class com.microsoft.identity.client.PublicClientApplication
 
isWebViewZoomControlsEnabled() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
isWebViewZoomEnabled() - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
ITenantProfile - Interface in com.microsoft.identity.client
 
ITokenShare - Interface in com.microsoft.identity.client
Interface defining necessary methods for TokenShareLibrary (TSL) integration.

J

JSON_PARSE_FAILURE - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The sdk failed to parse the Json format.

L

launchChromeTabOrBrowserForUrl(String) - Method in class com.microsoft.identity.client.MsalChromeCustomTabManager
Launches a Chrome Custom tab if available else Chrome Browser for the URL.
log(String, Logger.LogLevel, String, boolean) - Method in interface com.microsoft.identity.client.ILoggerCallback
Interface method for apps to hand off each log message as it's generated.
LOG_LEVEL - Static variable in class com.microsoft.identity.client.configuration.LoggerConfiguration.SerializedNames
 
LOGCAT_ENABLED - Static variable in class com.microsoft.identity.client.configuration.LoggerConfiguration.SerializedNames
 
Logger - Class in com.microsoft.identity.client
MSAL Logger for diagnostic purpose.
Logger() - Constructor for class com.microsoft.identity.client.Logger
 
Logger.LogLevel - Enum in com.microsoft.identity.client
Enum class for LogLevel that the sdk recognizes.
LoggerConfiguration - Class in com.microsoft.identity.client.configuration
 
LoggerConfiguration() - Constructor for class com.microsoft.identity.client.configuration.LoggerConfiguration
 
LoggerConfiguration.SerializedNames - Class in com.microsoft.identity.client.configuration
Field names used for serialization by Gson.
LogLevelDeserializer - Class in com.microsoft.identity.client.internal.configuration
 
LogLevelDeserializer() - Constructor for class com.microsoft.identity.client.internal.configuration.LogLevelDeserializer
 

M

MALFORMED_URL - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The url is malformed.
MsalArgumentException - Class in com.microsoft.identity.client.exception
 
MsalArgumentException(String, String) - Constructor for class com.microsoft.identity.client.exception.MsalArgumentException
 
MsalArgumentException(String, String, String) - Constructor for class com.microsoft.identity.client.exception.MsalArgumentException
 
MsalArgumentException(String, String, String, Throwable) - Constructor for class com.microsoft.identity.client.exception.MsalArgumentException
 
MsalChromeCustomTabManager - Class in com.microsoft.identity.client
 
MsalChromeCustomTabManager(Activity) - Constructor for class com.microsoft.identity.client.MsalChromeCustomTabManager
Constructor of MsalChromeCustomTabManager.
MsalClientException - Class in com.microsoft.identity.client.exception
This exception class represents general errors that are local to the library.
MsalClientException(String) - Constructor for class com.microsoft.identity.client.exception.MsalClientException
 
MsalClientException(String, String) - Constructor for class com.microsoft.identity.client.exception.MsalClientException
 
MsalClientException(String, String, Throwable) - Constructor for class com.microsoft.identity.client.exception.MsalClientException
 
MSALControllerFactory - Class in com.microsoft.identity.client.internal.controllers
Responsible for returning the correct controller depending on the type of request (Silent, Interactive), authority app configuration, device state
MSALControllerFactory() - Constructor for class com.microsoft.identity.client.internal.controllers.MSALControllerFactory
 
MsalDeclinedScopeException - Class in com.microsoft.identity.client.exception
Exception class to indicate that one or more requested scopes have been declined by the server.
MsalDeclinedScopeException(List<String>, List<String>, AcquireTokenSilentParameters) - Constructor for class com.microsoft.identity.client.exception.MsalDeclinedScopeException
 
MsalException - Class in com.microsoft.identity.client.exception
MsalException thrown or sent back via callback, representing the detailed exception thrown by the sdk.
MsalExceptionAdapter - Class in com.microsoft.identity.client.internal.controllers
 
MsalExceptionAdapter() - Constructor for class com.microsoft.identity.client.internal.controllers.MsalExceptionAdapter
 
msalExceptionFromBaseException(BaseException) - Static method in class com.microsoft.identity.client.internal.controllers.MsalExceptionAdapter
 
MsalIntuneAppProtectionPolicyRequiredException - Class in com.microsoft.identity.client.exception
 
MsalIntuneAppProtectionPolicyRequiredException(IntuneAppProtectionPolicyRequiredException) - Constructor for class com.microsoft.identity.client.exception.MsalIntuneAppProtectionPolicyRequiredException
 
MsalServiceException - Class in com.microsoft.identity.client.exception
This exception class represents errors when communicating to the service, can be from the authorize or token endpoints.
MsalServiceException(String, String, Throwable) - Constructor for class com.microsoft.identity.client.exception.MsalServiceException
 
MsalServiceException(String, String, int, Throwable) - Constructor for class com.microsoft.identity.client.exception.MsalServiceException
 
MsalUiRequiredException - Class in com.microsoft.identity.client.exception
This exception indicates that UI is required for authentication to succeed.
MsalUiRequiredException(String) - Constructor for class com.microsoft.identity.client.exception.MsalUiRequiredException
 
MsalUiRequiredException(String, String) - Constructor for class com.microsoft.identity.client.exception.MsalUiRequiredException
 
MsalUiRequiredException(String, String, Throwable) - Constructor for class com.microsoft.identity.client.exception.MsalUiRequiredException
 
MsalUserCancelException - Class in com.microsoft.identity.client.exception
MSAL internal exception for user cancelling the flow.
MsalUserCancelException() - Constructor for class com.microsoft.identity.client.exception.MsalUserCancelException
 
MsalUtils - Class in com.microsoft.identity.client.internal
Internal Util class for MSAL.
MULTIPLE_MATCHING_TOKENS_DETECTED - Static variable in class com.microsoft.identity.client.exception.MsalClientException
There are multiple cache entries found, the sdk cannot pick the correct access token or refresh token from the cache.
MultipleAccountPublicClientApplication - Class in com.microsoft.identity.client
 
MultiTenantAccount - Class in com.microsoft.identity.client
 

N

NO_ACCOUNT_FOUND - Static variable in class com.microsoft.identity.client.exception.MsalUiRequiredException
The supplied Account cannot be found in the cache.
NO_CURRENT_ACCOUNT - Static variable in class com.microsoft.identity.client.exception.MsalClientException
No account currently signed in to SingleAccountPublicClientApplication
NO_CURRENT_ACCOUNT_ERROR_MESSAGE - Static variable in class com.microsoft.identity.client.exception.MsalClientException
 
NO_SUCH_ALGORITHM - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The algorithm used to generate pkce challenge is not supported.
NO_TOKENS_FOUND - Static variable in class com.microsoft.identity.client.exception.MsalUiRequiredException
Access token doesn't exist and there is no refresh token can be found to redeem access token.
NOT_ELIGIBLE_TO_USE_BROKER - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Not eligible to use Broker.

O

onAccountChanged(IAccount, IAccount) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication.CurrentAccountCallback
Invoked when signed-in account is changed after the application resumes, or prior to running a scheduled background operation.
onAccountLoaded(IAccount) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication.CurrentAccountCallback
Invoked when the account is loaded.
onCancel() - Method in interface com.microsoft.identity.client.AuthenticationCallback
Will be called if user cancels the flow.
onCreated(IPublicClientApplication) - Method in interface com.microsoft.identity.client.IPublicClientApplication.ApplicationCreatedListener
Called once an IPublicClientApplication is successfully created.
onCreated(IMultipleAccountPublicClientApplication) - Method in interface com.microsoft.identity.client.IPublicClientApplication.IMultipleAccountApplicationCreatedListener
Called once an IMultipleAccountPublicClientApplication is successfully created.
onCreated(ISingleAccountPublicClientApplication) - Method in interface com.microsoft.identity.client.IPublicClientApplication.ISingleAccountApplicationCreatedListener
Called once an ISingleAccountPublicClientApplication is successfully created.
onError(MsalException) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication.GetAccountCallback
Called once exception thrown.
onError(MsalException) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication.RemoveAccountCallback
Invoked when the account failed to load.
onError(MsalException) - Method in interface com.microsoft.identity.client.IPublicClientApplication.ApplicationCreatedListener
Called once IPublicClientApplication can't be created.
onError(MsalException) - Method in interface com.microsoft.identity.client.IPublicClientApplication.DeviceCodeFlowCallback
Invoked if an error is encountered during the device code flow and passes the exception object.
onError(MsalException) - Method in interface com.microsoft.identity.client.IPublicClientApplication.IMultipleAccountApplicationCreatedListener
Called once IMultipleAccountPublicClientApplication can't be created.
onError(MsalException) - Method in interface com.microsoft.identity.client.IPublicClientApplication.ISingleAccountApplicationCreatedListener
Called once ISingleAccountPublicClientApplication can't be created.
onError(MsalException) - Method in interface com.microsoft.identity.client.IPublicClientApplication.LoadAccountsCallback
Called once exception thrown.
onError(MsalException) - Method in interface com.microsoft.identity.client.IPublicClientApplication.SignedHttpRequestRequestCallback
Called if an error occurs during signing.
onError(MsalException) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication.CurrentAccountCallback
Invoked when the account failed to load.
onError(MsalException) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication.SignOutCallback
Invoked when the account failed to load.
onError(MsalException) - Method in interface com.microsoft.identity.client.PublicClientApplication.BrokerDeviceModeCallback
Called once MSAL mode can't be retrieved from Broker.
onError(MsalException) - Method in interface com.microsoft.identity.client.SilentAuthenticationCallback
Error occurs during the authentication.
onEventsReceived(List<Map<String, String>>) - Method in interface com.microsoft.identity.client.IMsalEventReceiver
Invoked when telemetry data is received.
onGetMode(boolean) - Method in interface com.microsoft.identity.client.PublicClientApplication.BrokerDeviceModeCallback
Called once MSAL mode is retrieved from Broker.
onRemoved() - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication.RemoveAccountCallback
Invoked when account successfully removed
onSignOut() - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication.SignOutCallback
Invoked when account successfully signed out
onSuccess(IAuthenticationResult) - Method in interface com.microsoft.identity.client.SilentAuthenticationCallback
Authentication finishes successfully.
onTaskCompleted(IAccount) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication.GetAccountCallback
Called once succeed and pass the result object.
onTaskCompleted(List<IAccount>) - Method in interface com.microsoft.identity.client.IPublicClientApplication.LoadAccountsCallback
Called once succeed and pass the result object.
onTaskCompleted(String) - Method in interface com.microsoft.identity.client.IPublicClientApplication.SignedHttpRequestRequestCallback
Called after signing of the supplied properties has finished.
onTokenReceived(AuthenticationResult) - Method in interface com.microsoft.identity.client.IPublicClientApplication.DeviceCodeFlowCallback
Invoked once token is received and passes the AuthenticationResult object.
onUserCodeReceived(String, String, String, Date) - Method in interface com.microsoft.identity.client.IPublicClientApplication.DeviceCodeFlowCallback
Invoked to display verification uri, user code, and instruction message during device code flow.

P

PII_ENABLED - Static variable in class com.microsoft.identity.client.configuration.LoggerConfiguration.SerializedNames
 
PoPAuthenticationScheme - Class in com.microsoft.identity.client
 
PoPAuthenticationScheme.Builder - Class in com.microsoft.identity.client
 
Prompt - Enum in com.microsoft.identity.client
The UI options that developer can pass during interactive token acquisition requests.
PublicClientApplication - Class in com.microsoft.identity.client
This is the entry point for developer to create public native applications and make API calls to acquire tokens.
PublicClientApplication.BrokerDeviceModeCallback - Interface in com.microsoft.identity.client
Listener callback for asynchronous loading of MSAL mode retrieval.
PublicClientApplicationConfiguration - Class in com.microsoft.identity.client
 
PublicClientApplicationConfiguration() - Constructor for class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
PublicClientApplicationConfiguration.SerializedNames - Class in com.microsoft.identity.client
 
PublicClientApplicationConfigurationFactory - Class in com.microsoft.identity.client
 
PublicClientApplicationConfigurationFactory() - Constructor for class com.microsoft.identity.client.PublicClientApplicationConfigurationFactory
 

Q

QUERY_STRING_DELIMITER - Static variable in class com.microsoft.identity.client.internal.MsalUtils
 
QUERY_STRING_SYMBOL - Static variable in class com.microsoft.identity.client.internal.MsalUtils
 

R

RAW - Static variable in class com.microsoft.identity.client.TokenShareResult.TokenShareExportFormat
Raw RT String.
REDIRECT_URI_VALIDATION_ERROR - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Developer error.
removeAccount(IAccount, IMultipleAccountPublicClientApplication.RemoveAccountCallback) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Removes the Account and Credentials (tokens) for the supplied IAccount.
removeAccount(IAccount) - Method in interface com.microsoft.identity.client.IMultipleAccountPublicClientApplication
Removes the Account and Credentials (tokens) for the supplied IAccount.
removeAccount(IAccount, IMultipleAccountPublicClientApplication.RemoveAccountCallback) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
 
removeAccount(IAccount) - Method in class com.microsoft.identity.client.MultipleAccountPublicClientApplication
 
REQUEST_TIMEOUT - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
Represents SocketTimeoutException.
requestClaimInAccessToken(String, RequestedClaimAdditionalInformation) - Method in class com.microsoft.identity.client.claims.ClaimsRequest
Adds a request for a specific claim to be included in an access token via the claims request parameter
requestClaimInIdToken(String, RequestedClaimAdditionalInformation) - Method in class com.microsoft.identity.client.claims.ClaimsRequest
Adds a request for a specific claim to be included in an id token via the claims request parameter
requestClaimInUserInfo(String, RequestedClaimAdditionalInformation) - Method in class com.microsoft.identity.client.claims.ClaimsRequest
Adds a request for a specific claim to be included in the userinfo response via the claims request parameter
RequestedClaim - Class in com.microsoft.identity.client.claims
Represents an individual requested claims that's part of a complete claims request parameter
RequestedClaim() - Constructor for class com.microsoft.identity.client.claims.RequestedClaim
 
RequestedClaimAdditionalInformation - Class in com.microsoft.identity.client.claims
Represents the additional information that can be sent to an authorization server for a request claim in the claim request parameter
RequestedClaimAdditionalInformation() - Constructor for class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
RequestedClaimAdditionalInformation.SerializedNames - Class in com.microsoft.identity.client.claims
 

S

SAPCA_USE_WITH_MULTI_POLICY_B2C - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Configuration error.
saveMsaFamilyRefreshToken(String) - Method in interface com.microsoft.identity.client.ITokenShare
saveMsaFamilyRefreshToken(String) - Method in class com.microsoft.identity.client.PublicClientApplication
 
saveOrgIdFamilyRefreshToken(String) - Method in interface com.microsoft.identity.client.ITokenShare
saveOrgIdFamilyRefreshToken(String) - Method in class com.microsoft.identity.client.PublicClientApplication
 
SCOPE_ARGUMENT_NAME - Static variable in class com.microsoft.identity.client.exception.MsalArgumentException
 
SCOPE_EMPTY_OR_NULL - Static variable in class com.microsoft.identity.client.exception.MsalClientException
A scope is required when making a token request
self() - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
self() - Method in class com.microsoft.identity.client.AcquireTokenSilentParameters.Builder
 
self() - Method in class com.microsoft.identity.client.internal.IntuneAcquireTokenParameters.Builder
 
self() - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
SerializedNames() - Constructor for class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation.SerializedNames
 
SerializedNames() - Constructor for class com.microsoft.identity.client.configuration.LoggerConfiguration.SerializedNames
 
SerializedNames() - Constructor for class com.microsoft.identity.client.PublicClientApplicationConfiguration.SerializedNames
 
SERVICE_NOT_AVAILABLE - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
Represents 500/503/504 error codes.
setAdditionalInformation(RequestedClaimAdditionalInformation) - Method in class com.microsoft.identity.client.claims.RequestedClaim
Sets additional information that can be optionally sent to the authorization server (default is null) for a particular requested claim
setClientId(String) - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Sets the configured client id for the PublicClientApplication.
setConnectTimeout(int) - Method in class com.microsoft.identity.client.configuration.HttpConfiguration
Sets the connect timeout for the public client application
setEnableLogcatLog(boolean) - Method in class com.microsoft.identity.client.Logger
Enable/Disable the Android logcat logging.
setEnablePII(boolean) - Method in class com.microsoft.identity.client.Logger
Enable log message with PII (personal identifiable information) info.
setEssential(Boolean) - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
setExternalLogger(ILoggerCallback) - Method in class com.microsoft.identity.client.Logger
Set the custom logger.
setForceRefresh(boolean) - Method in class com.microsoft.identity.client.AcquireTokenSilentParameters
Boolean.
setHomeAccountId(String) - Method in class com.microsoft.identity.client.Account
 
setLogLevel(Logger.LogLevel) - Method in class com.microsoft.identity.client.Logger
Set the log level for diagnostic purpose.
setName(String) - Method in class com.microsoft.identity.client.claims.RequestedClaim
Sets the name of the claim being requested
setPowerOptCheckEnabled(Boolean) - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
setReadTimeout(int) - Method in class com.microsoft.identity.client.configuration.HttpConfiguration
Sets the read timeout for the public client application
setRedirectUri(String) - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Sets the configured redirect uri for the PublicClientApplication.
setTokenCacheSecretKeys(byte[]) - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
Sets the secret key bytes to use when encrypting/decrypting cache entries.
setValue(Object) - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
setValues(List<Object>) - Method in class com.microsoft.identity.client.claims.RequestedClaimAdditionalInformation
 
setWebViewZoomControlsEnabled(boolean) - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
setWebViewZoomEnabled(boolean) - Method in class com.microsoft.identity.client.PublicClientApplicationConfiguration
 
showExpectedMsalRedirectUriInfo(Activity) - Static method in class com.microsoft.identity.client.PublicClientApplication
Presents an activity that includes the package name, signature, redirect URI and manifest entry required for your application
signIn(Activity, String, String[], AuthenticationCallback) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Allows a user to sign in to your application with one of their accounts.
signIn(Activity, String, String[], Prompt, AuthenticationCallback) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Allows a user to sign in to your application with one of their accounts.
signIn(Activity, String, String[], AuthenticationCallback) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
signIn(Activity, String, String[], Prompt, AuthenticationCallback) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
signInAgain(Activity, String[], Prompt, AuthenticationCallback) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Reauthorizes the current account according to the supplied scopes and prompt behavior.
signInAgain(Activity, String[], Prompt, AuthenticationCallback) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
signOut(ISingleAccountPublicClientApplication.SignOutCallback) - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Signs out the current the Account and Credentials (tokens).
signOut() - Method in interface com.microsoft.identity.client.ISingleAccountPublicClientApplication
Signs out the current the Account and Credentials (tokens).
signOut(ISingleAccountPublicClientApplication.SignOutCallback) - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
signOut() - Method in class com.microsoft.identity.client.SingleAccountPublicClientApplication
 
SilentAuthenticationCallback - Interface in com.microsoft.identity.client
 
silentParametersFromInteractive(AcquireTokenParameters, ILocalAuthenticationResult) - Static method in class com.microsoft.identity.client.TokenParametersAdapter
 
SINGLE_ACCOUNT_CREDENTIAL_SHARED_PREFERENCES - Static variable in class com.microsoft.identity.client.SingleAccountPublicClientApplication
Name of the shared preference cache for storing SingleAccountPublicClientApplication data.
SingleAccountPublicClientApplication - Class in com.microsoft.identity.client
 
SSO_STATE_SERIALIZER_BLOB - Static variable in class com.microsoft.identity.client.TokenShareResult.TokenShareExportFormat
Used for ORG_ID accounts.
startAuthorizationFromActivity(Activity) - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
STATE_MISMATCH - Static variable in class com.microsoft.identity.client.exception.MsalClientException
State from authorization response did not match the state in the authorization request.

T

TenantProfile - Class in com.microsoft.identity.client
 
TenantProfile(String, IDToken) - Constructor for class com.microsoft.identity.client.TenantProfile
 
throwOnMainThread(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
 
TokenParameters - Class in com.microsoft.identity.client
Base class for AcquireTokenParameters and AcquireTokenSilentParameters
TokenParameters.Builder<B extends TokenParameters.Builder<B>> - Class in com.microsoft.identity.client
TokenParameters builder
TokenParametersAdapter - Class in com.microsoft.identity.client
Class to adapt between AcquireTokenSilentParameters and AcquireTokenParameters.
TokenParametersAdapter() - Constructor for class com.microsoft.identity.client.TokenParametersAdapter
 
TokenShareExportFormat() - Constructor for class com.microsoft.identity.client.TokenShareResult.TokenShareExportFormat
 
TokenShareResult - Class in com.microsoft.identity.client
Refresh Token Related Metadata for consumption by TSL.
TokenShareResult.TokenShareExportFormat - Class in com.microsoft.identity.client
The format of the refresh token in this result payload.
toOpenIdConnectPromptParameter() - Method in enum com.microsoft.identity.client.Prompt
 
toString() - Method in enum com.microsoft.identity.client.Prompt
 

U

UNAUTHORIZED_CLIENT - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
The client is not authorized to request an authorization code.
unbindCustomTabsService() - Method in class com.microsoft.identity.client.MsalChromeCustomTabManager
Method to unbind Chrome androidx.browser.customtabs.CustomTabsService.
UNKNOWN_AUTHORITY - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The authority is unknown.
UNKNOWN_ERROR - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Extra query parameters set by the client app is already sent by the sdk.
UNKNOWN_ERROR - Static variable in class com.microsoft.identity.client.exception.MsalServiceException
Request to server failed, but no error and error_description is returned back from the service.
UNSUPPORTED_ENCODING - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The encoding is not supported by the device.
UNSUPPORTED_URL - Static variable in class com.microsoft.identity.client.exception.MsalClientException
Unsupported url, cannot perform adfs authority validation.
urlFormDecode(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Perform URL decode on the given source.
urlFormEncode(String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Translate the given string into the application/x-www-form-urlencoded using the utf_8 encoding scheme(The World Wide Web Consortium Recommendation states that UTF-8 should be used.
USER_MISMATCH - Static variable in class com.microsoft.identity.client.exception.MsalClientException
The user provided in the acquire token request doesn't match the user returned from server.
USERINFO - Static variable in class com.microsoft.identity.client.claims.ClaimsRequest
 

V

validateNonNullArg(Object, String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Throws MsalArgumentException if the argument is null or empty
validateNonNullArgument(Object, String) - Static method in class com.microsoft.identity.client.internal.MsalUtils
Throws IllegalArgumentException if the argument is null.
valueOf(String) - Static method in enum com.microsoft.identity.client.AadAuthorityAudience
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.identity.client.AzureCloudInstance
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.identity.client.configuration.AccountMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.identity.client.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.identity.client.Logger.LogLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.identity.client.Prompt
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.identity.client.WebViewSelection
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.identity.client.AadAuthorityAudience
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.identity.client.AzureCloudInstance
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.identity.client.configuration.AccountMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.identity.client.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.identity.client.Logger.LogLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.identity.client.Prompt
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.identity.client.WebViewSelection
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebViewSelection - Enum in com.microsoft.identity.client
 
withAuthenticationScheme(AuthenticationScheme) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
withAuthorizationQueryStringParameters(List<Pair<String, String>>) - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
withCallback(AuthenticationCallback) - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
withCallback(SilentAuthenticationCallback) - Method in class com.microsoft.identity.client.AcquireTokenSilentParameters.Builder
 
withClaims(ClaimsRequest) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
withClientClaims(String) - Method in class com.microsoft.identity.client.PoPAuthenticationScheme.Builder
Sets the client_claims to be embedded in the resulting SHR.
withCorrelationId(UUID) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
withFragment(Fragment) - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
withHttpMethod(HttpMethod) - Method in class com.microsoft.identity.client.PoPAuthenticationScheme.Builder
 
withLoginHint(String) - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
withNonce(String) - Method in class com.microsoft.identity.client.PoPAuthenticationScheme.Builder
 
withOtherScopesToAuthorize(List<String>) - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
withPrompt(Prompt) - Method in class com.microsoft.identity.client.AcquireTokenParameters.Builder
 
withResource(String) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
withScopes(List<String>) - Method in class com.microsoft.identity.client.TokenParameters.Builder
 
withUrl(URL) - Method in class com.microsoft.identity.client.PoPAuthenticationScheme.Builder
 
WWWAuthenticateHeader - Class in com.microsoft.identity.client.claims
Helper class for pulling any available claims directive out of the WWW-Authenticate header returned by resource servers
WWWAuthenticateHeader() - Constructor for class com.microsoft.identity.client.claims.WWWAuthenticateHeader
 
A B C D E F G H I J L M N O P Q R S T U V W 
Skip navigation links