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