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

A

accessToken() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 
Account - Class in com.microsoft.aad.msal4j
 
Account(String, String, String) - Constructor for class com.microsoft.aad.msal4j.Account
 
account() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 
account() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
 
account() - Method in class com.microsoft.aad.msal4j.SilentParameters
 
account(IAccount) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
account() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
account(IAccount) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
acquireToken(ClientCredentialParameters) - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
 
acquireToken(OnBehalfOfParameters) - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
 
acquireToken(AuthorizationCodeParameters) - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
Acquires security token from the authority using an authorization code previously received.
acquireToken(ClientCredentialParameters) - Method in interface com.microsoft.aad.msal4j.IConfidentialClientApplication
Acquires security token from the authority.
acquireToken(OnBehalfOfParameters) - Method in interface com.microsoft.aad.msal4j.IConfidentialClientApplication
Acquires an access token from the authority on behalf of a user.
acquireToken(UserNamePasswordParameters) - Method in interface com.microsoft.aad.msal4j.IPublicClientApplication
Acquires a security token using a username/password flow.
acquireToken(IntegratedWindowsAuthenticationParameters) - Method in interface com.microsoft.aad.msal4j.IPublicClientApplication
Acquires a security token using Windows integrated authentication flow.
acquireToken(DeviceCodeFlowParameters) - Method in interface com.microsoft.aad.msal4j.IPublicClientApplication
Acquires security token from the authority using an device code flow.
acquireToken(UserNamePasswordParameters) - Method in class com.microsoft.aad.msal4j.PublicClientApplication
 
acquireToken(IntegratedWindowsAuthenticationParameters) - Method in class com.microsoft.aad.msal4j.PublicClientApplication
 
acquireToken(DeviceCodeFlowParameters) - Method in class com.microsoft.aad.msal4j.PublicClientApplication
 
acquireTokenSilently(SilentParameters) - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
Returning tokens from cache or requesting new one using previously cached refresh tokens
afterCacheAccess(ITokenCacheAccessContext) - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessAspect
 
APP_METADATA_CACHE_ENTITY_ID - Static variable in class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
AppMetadataCacheEntity - Class in com.microsoft.aad.msal4j
 
AppMetadataCacheEntity() - Constructor for class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
AsymmetricKeyCredential - Class in com.microsoft.aad.msal4j
Credential type containing X509 public certificate and RSA private key.
AuthenticationErrorCode - Enum in com.microsoft.aad.msal4j
 
AuthenticationException - Exception in com.microsoft.aad.msal4j
MSAL generic exception class
AuthenticationException(Throwable) - Constructor for exception com.microsoft.aad.msal4j.AuthenticationException
Constructor
AuthenticationException(String) - Constructor for exception com.microsoft.aad.msal4j.AuthenticationException
Constructor
AuthenticationException(AuthenticationErrorCode, String) - Constructor for exception com.microsoft.aad.msal4j.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception com.microsoft.aad.msal4j.AuthenticationException
Constructor
authority() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
authorityUrl() - Method in class com.microsoft.aad.msal4j.SilentParameters
 
authorityUrl(String) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
authorizationCode() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
 
authorizationCode(String) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
AuthorizationCodeParameters - Class in com.microsoft.aad.msal4j
 
AuthorizationCodeParameters.AuthorizationCodeParametersBuilder - Class in com.microsoft.aad.msal4j
 

B

beforeCacheAccess(ITokenCacheAccessContext) - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessAspect
 
build() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder
 
build() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.PublicClientApplication.Builder
 
build() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
build() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
build() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 
builder(String, URI) - Static method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
 
builder(Set<String>) - Static method in class com.microsoft.aad.msal4j.ClientCredentialParameters
 
builder(String, IClientCredential) - Static method in class com.microsoft.aad.msal4j.ConfidentialClientApplication
Creates instance of Builder of ConfidentialClientApplication
builder(Set<String>, Consumer<DeviceCode>) - Static method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters
 
builder(Set<String>, String) - Static method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters
 
builder(Set<String>, UserAssertion) - Static method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
 
builder(String) - Static method in class com.microsoft.aad.msal4j.PublicClientApplication
 
builder(Set<String>, String) - Static method in class com.microsoft.aad.msal4j.RefreshTokenParameters
 
builder(Set<String>, IAccount) - Static method in class com.microsoft.aad.msal4j.SilentParameters
 
builder() - Static method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
builder(Set<String>, String, char[]) - Static method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
 

C

ClaimsChallengeException - Exception in com.microsoft.aad.msal4j
The exception type thrown when a claims challenge error occurs during token acquisition.
ClaimsChallengeException(String, String) - Constructor for exception com.microsoft.aad.msal4j.ClaimsChallengeException
Constructor
ClientAssertion - Class in com.microsoft.aad.msal4j
Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".
ClientAssertion(String) - Constructor for class com.microsoft.aad.msal4j.ClientAssertion
Constructor to create credential with a jwt token encoded as a base64 url encoded string.
ClientCredentialFactory - Class in com.microsoft.aad.msal4j
 
ClientCredentialFactory() - Constructor for class com.microsoft.aad.msal4j.ClientCredentialFactory
 
ClientCredentialParameters - Class in com.microsoft.aad.msal4j
 
ClientCredentialParameters.ClientCredentialParametersBuilder - Class in com.microsoft.aad.msal4j
 
clientId() - Method in class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
clientId(String) - Method in class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
clientId() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
clientId(String) - Method in class com.microsoft.aad.msal4j.DeviceCode
 
clientId() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
clientId() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
 
clientId() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
clientId(String) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
ClientSecret - Class in com.microsoft.aad.msal4j
Credential including secret.
ClientSecret(String) - Constructor for class com.microsoft.aad.msal4j.ClientSecret
Constructor to create credential with client id and secret
com.microsoft.aad.msal4j - package com.microsoft.aad.msal4j
 
ConfidentialClientApplication - Class in com.microsoft.aad.msal4j
 
ConfidentialClientApplication.Builder - Class in com.microsoft.aad.msal4j
 
correlationId() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
correlationId(String) - Method in class com.microsoft.aad.msal4j.DeviceCode
 
correlationId() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
create(InputStream, String) - Static method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Static method to create KeyCredential instance.
create(PrivateKey, X509Certificate) - Static method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Static method to create KeyCredential instance.
create(String) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
 
create(InputStream, String) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
 
create(PrivateKey, X509Certificate) - Static method in class com.microsoft.aad.msal4j.ClientCredentialFactory
 
CredentialTypeEnum - Enum in com.microsoft.aad.msal4j
 

D

DEFAULT_AUTHORITY - Static variable in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
deserialize(String) - Method in interface com.microsoft.aad.msal4j.ITokenCache
Deserialize token cache from json
deserialize(String) - Method in class com.microsoft.aad.msal4j.TokenCache
 
DeviceCode - Class in com.microsoft.aad.msal4j
 
DeviceCode() - Constructor for class com.microsoft.aad.msal4j.DeviceCode
 
deviceCode() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
deviceCodeConsumer() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters
 
deviceCodeConsumer(Consumer<DeviceCode>) - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
 
DeviceCodeFlowParameters - Class in com.microsoft.aad.msal4j
 
DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder - Class in com.microsoft.aad.msal4j
 

E

environment() - Method in class com.microsoft.aad.msal4j.Account
 
environment(String) - Method in class com.microsoft.aad.msal4j.Account
 
environment() - Method in class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
environment(String) - Method in class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
environment() - Method in interface com.microsoft.aad.msal4j.IAccount
 
environment() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 
equals(Object) - Method in class com.microsoft.aad.msal4j.ClientAssertion
 
equals(Object) - Method in class com.microsoft.aad.msal4j.ClientSecret
 
expiresIn() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
expiresOnDate() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 

F

familyId() - Method in class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
familyId(String) - Method in class com.microsoft.aad.msal4j.AppMetadataCacheEntity
 
forceRefresh() - Method in class com.microsoft.aad.msal4j.SilentParameters
 
forceRefresh(boolean) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 

G

getAccounts() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
getAccounts(String, Set<String>) - Method in class com.microsoft.aad.msal4j.TokenCache
 
getAssertion() - Method in class com.microsoft.aad.msal4j.ClientAssertion
 
getAssertion() - Method in interface com.microsoft.aad.msal4j.IUserAssertion
Gets the assertion.
getAssertion() - Method in class com.microsoft.aad.msal4j.UserAssertion
Gets the assertion.
getAssertionType() - Method in class com.microsoft.aad.msal4j.ClientAssertion
 
getClaims() - Method in exception com.microsoft.aad.msal4j.ClaimsChallengeException
 
getClientSecret() - Method in class com.microsoft.aad.msal4j.ClientSecret
Gets the secret of the client requesting the token.
getErrorCode() - Method in exception com.microsoft.aad.msal4j.AuthenticationException
 
getKey() - Method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Returns private key of the credential.
getPublicCertificate() - Method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Base64 encoded public certificate.
getPublicCertificateHash() - Method in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
Base64 encoded hash of the the public certificate.

H

hasCacheChanged() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
 
hasCacheChanged() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
hasCacheChanged(boolean) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
hashCode() - Method in class com.microsoft.aad.msal4j.ClientAssertion
 
hashCode() - Method in class com.microsoft.aad.msal4j.ClientSecret
 
homeAccountId() - Method in class com.microsoft.aad.msal4j.Account
 
homeAccountId(String) - Method in class com.microsoft.aad.msal4j.Account
 
homeAccountId() - Method in interface com.microsoft.aad.msal4j.IAccount
 

I

IAccount - Interface in com.microsoft.aad.msal4j
Representation of user account
IAuthenticationResult - Interface in com.microsoft.aad.msal4j
Represents the results of token acquisition operation.
IClientApplicationBase - Interface in com.microsoft.aad.msal4j
 
IClientCredential - Interface in com.microsoft.aad.msal4j
 
IConfidentialClientApplication - Interface in com.microsoft.aad.msal4j
 
idToken() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 
IntegratedWindowsAuthenticationParameters - Class in com.microsoft.aad.msal4j
 
IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder - Class in com.microsoft.aad.msal4j
 
interval() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
IPublicClientApplication - Interface in com.microsoft.aad.msal4j
 
ITokenCache - Interface in com.microsoft.aad.msal4j
Interface to implement cache persistence
ITokenCacheAccessAspect - Interface in com.microsoft.aad.msal4j
 
ITokenCacheAccessContext - Interface in com.microsoft.aad.msal4j
Contains parameters used by the MSAL to access the cache_data.
IUserAssertion - Interface in com.microsoft.aad.msal4j
 

L

logPii() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 

M

message() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
MIN_ACCESS_TOKEN_EXPIRE_IN_SEC - Static variable in class com.microsoft.aad.msal4j.TokenCache
 
MIN_KEY_SIZE_IN_BITS - Static variable in class com.microsoft.aad.msal4j.AsymmetricKeyCredential
 

O

OnBehalfOfParameters - Class in com.microsoft.aad.msal4j
 
OnBehalfOfParameters.OnBehalfOfParametersBuilder - Class in com.microsoft.aad.msal4j
 

P

password() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
 
password(char[]) - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 
proxy() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
PublicClientApplication - Class in com.microsoft.aad.msal4j
 
PublicClientApplication.Builder - Class in com.microsoft.aad.msal4j
 

R

redirectUri(URI) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
redirectUri() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
 
refreshToken() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters
 
refreshToken(String) - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
 
RefreshTokenParameters - Class in com.microsoft.aad.msal4j
 
RefreshTokenParameters.RefreshTokenParametersBuilder - Class in com.microsoft.aad.msal4j
 
removeAccount(IAccount) - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
Remove account from the cache
removeAccount(String, IAccount, Set<String>) - Method in class com.microsoft.aad.msal4j.TokenCache
Remove all cache entities related to account, including account cache entity

S

saveTokens(TokenRequest, AuthenticationResult, String) - Method in class com.microsoft.aad.msal4j.TokenCache
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters
 
scopes() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
scopes(String) - Method in class com.microsoft.aad.msal4j.DeviceCode
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters
 
scopes() - Method in interface com.microsoft.aad.msal4j.IAuthenticationResult
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters
 
scopes() - Method in class com.microsoft.aad.msal4j.SilentParameters
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
scopes() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
 
scopes(Set<String>) - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 
self() - Method in class com.microsoft.aad.msal4j.ConfidentialClientApplication.Builder
 
self() - Method in class com.microsoft.aad.msal4j.PublicClientApplication.Builder
 
serialize() - Method in interface com.microsoft.aad.msal4j.ITokenCache
Serialize token cache to json
serialize() - Method in class com.microsoft.aad.msal4j.TokenCache
 
SilentParameters - Class in com.microsoft.aad.msal4j
 
SilentParameters.SilentParametersBuilder - Class in com.microsoft.aad.msal4j
 
sslSocketFactory() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 

T

telemetryConsumer() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
tokenCache() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
tokenCache() - Method in interface com.microsoft.aad.msal4j.ITokenCacheAccessContext
 
TokenCache - Class in com.microsoft.aad.msal4j
 
TokenCache(ITokenCacheAccessAspect) - Constructor for class com.microsoft.aad.msal4j.TokenCache
 
TokenCache() - Constructor for class com.microsoft.aad.msal4j.TokenCache
 
tokenCache() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext
 
tokenCache(ITokenCache) - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
TokenCacheAccessContext - Class in com.microsoft.aad.msal4j
 
TokenCacheAccessContext.TokenCacheAccessContextBuilder - Class in com.microsoft.aad.msal4j
 
toString() - Method in enum com.microsoft.aad.msal4j.AuthenticationErrorCode
 
toString() - Method in class com.microsoft.aad.msal4j.AuthorizationCodeParameters.AuthorizationCodeParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.ClientCredentialParameters.ClientCredentialParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.DeviceCodeFlowParameters.DeviceCodeFlowParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.RefreshTokenParameters.RefreshTokenParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.SilentParameters.SilentParametersBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.TokenCacheAccessContext.TokenCacheAccessContextBuilder
 
toString() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 

U

userAssertion(IUserAssertion) - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters.OnBehalfOfParametersBuilder
 
userAssertion() - Method in class com.microsoft.aad.msal4j.OnBehalfOfParameters
 
UserAssertion - Class in com.microsoft.aad.msal4j
Credential type containing an assertion representing user credential.
UserAssertion(String) - Constructor for class com.microsoft.aad.msal4j.UserAssertion
Constructor to create credential with a jwt token encoded as a base64 url encoded string.
userCode() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
username() - Method in class com.microsoft.aad.msal4j.Account
 
username(String) - Method in class com.microsoft.aad.msal4j.Account
 
username() - Method in interface com.microsoft.aad.msal4j.IAccount
 
username(String) - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters.IntegratedWindowsAuthenticationParametersBuilder
 
username() - Method in class com.microsoft.aad.msal4j.IntegratedWindowsAuthenticationParameters
 
username() - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters
 
username(String) - Method in class com.microsoft.aad.msal4j.UserNamePasswordParameters.UserNamePasswordParametersBuilder
 
UserNamePasswordParameters - Class in com.microsoft.aad.msal4j
 
UserNamePasswordParameters.UserNamePasswordParametersBuilder - Class in com.microsoft.aad.msal4j
 

V

validateAuthority() - Method in interface com.microsoft.aad.msal4j.IClientApplicationBase
 
value() - Method in enum com.microsoft.aad.msal4j.CredentialTypeEnum
 
valueOf(String) - Static method in enum com.microsoft.aad.msal4j.AuthenticationErrorCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.aad.msal4j.CredentialTypeEnum
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.aad.msal4j.AuthenticationErrorCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.aad.msal4j.CredentialTypeEnum
Returns an array containing the constants of this enum type, in the order they are declared.
verificationUri() - Method in class com.microsoft.aad.msal4j.DeviceCode
 
A B C D E F G H I L M O P R S T U V 
Skip navigation links

Copyright © 2013–2019. All rights reserved.