Uses of Class
com.azure.identity.AuthorizationCodeCredentialBuilder
-
Uses of AuthorizationCodeCredentialBuilder in com.azure.identity
Modifier and TypeMethodDescriptionAuthorizationCodeCredentialBuilder.authorizationCode
(String authCode) Sets the authorization code on the builder.AuthorizationCodeCredentialBuilder.clientSecret
(String clientSecret) Sets the client secret for the authentication.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.