Uses of Class
com.azure.identity.InteractiveBrowserCredentialBuilder
-
Uses of InteractiveBrowserCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return InteractiveBrowserCredentialBuilderModifier and TypeMethodDescriptionInteractiveBrowserCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord) Sets theAuthenticationRecordcaptured from a previous authentication.InteractiveBrowserCredentialBuilder.disableAutomaticAuthentication()Disables the automatic authentication and prevents theInteractiveBrowserCredentialfrom automatically prompting the user.Sets the username suggestion to pre-fill the login page's username/email address field.InteractiveBrowserCredentialBuilder.port(int port) Deprecated.InteractiveBrowserCredentialBuilder.redirectUrl(String redirectUrl) Sets the Redirect URL where STS will callback the application with the security code.InteractiveBrowserCredentialBuilder.tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions) Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.
http://localhost:{port}viaredirectUrl(String)instead.