| Modifier and Type | Method and Description |
|---|---|
AuthorizationCodeCredentialBuilder |
AuthorizationCodeCredentialBuilder.authorizationCode(String authCode)
Sets the authorization code on the builder.
|
AuthorizationCodeCredentialBuilder |
AuthorizationCodeCredentialBuilder.clientSecret(String clientSecret)
Sets the client secret for the authentication.
|
AuthorizationCodeCredentialBuilder |
AuthorizationCodeCredentialBuilder.redirectUrl(String redirectUrl)
Sets redirect URL for the Oauth 2.0 login request, which must be
registered as a valid redirect URL on the application.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.