Uses of Class
com.azure.identity.DeviceCodeCredentialBuilder
-
-
Uses of DeviceCodeCredentialBuilder in com.azure.identity
Methods in com.azure.identity that return DeviceCodeCredentialBuilder Modifier and Type Method Description DeviceCodeCredentialBuilderDeviceCodeCredentialBuilder. authenticationRecord(AuthenticationRecord authenticationRecord)Sets theAuthenticationRecordcaptured from a previous authentication.DeviceCodeCredentialBuilderDeviceCodeCredentialBuilder. challengeConsumer(Consumer<DeviceCodeInfo> challengeConsumer)Sets the consumer to meet the device code challenge.DeviceCodeCredentialBuilderDeviceCodeCredentialBuilder. disableAutomaticAuthentication()Disables the automatic authentication and prevents theDeviceCodeCredentialfrom automatically prompting the user.DeviceCodeCredentialBuilderDeviceCodeCredentialBuilder. tokenCachePersistenceOptions(TokenCachePersistenceOptions tokenCachePersistenceOptions)Configures the persistent shared token cache options and enables the persistent token cache which is disabled by default.
-