| Modifier and Type | Method and Description |
|---|---|
static AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.builder(String redirectUri,
Set<String> scopes) |
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.claims(ClaimsRequest val)
Claims to be requested through the OIDC claims request parameter, allowing requests for standard and custom claims
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.claimsChallenge(String val)
In cases where Azure AD tenant admin has enabled conditional access policies, and the
policy has not been met,
MsalServiceException will contain claims that need be
consented to. |
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.codeChallenge(String val)
Used to secure authorization code grant via Proof of Key for Code Exchange (PKCE).
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.codeChallengeMethod(String val)
The method used to encode the code verifier for the code challenge parameter.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.correlationId(String val)
Identifier used to correlate requests for telemetry purposes.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.domainHint(String val)
Provides a hint about the tenant or domain that the user should use to sign in.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.extraScopesToConsent(Set<String> val)
Scopes that you can request the end user to consent upfront,
in addition to scopes which the application is requesting access to.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.instanceAware(boolean val)
If set to true, the authorization result will contain the authority for the user's home cloud, and this authority
will be used for the token request instead of the authority set in the application.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.loginHint(String val)
Can be used to pre-fill the username/email address field of the sign-in page for the user,
if you know the username/email address ahead of time.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.nonce(String val)
A value included in the request that is also returned in the token response.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.prompt(Prompt val)
Indicates the type of user interaction that is required.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.redirectUri(String val)
The redirect URI where authentication responses can be received by your application.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.responseMode(ResponseMode val)
Specifies the method that should be used to send the authentication result to your app.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.scopes(Set<String> val)
Scopes which the application is requesting access to and the user will consent to.
|
AuthorizationRequestUrlParameters.Builder |
AuthorizationRequestUrlParameters.Builder.state(String val)
A value included in the request that is also returned in the token response.
|
Copyright © 2013–2021. All rights reserved.