Uses of Class
com.azure.identity.AuthenticationRecord
-
Uses of AuthenticationRecord in com.azure.identity
Methods in com.azure.identity that return AuthenticationRecordModifier and TypeMethodDescriptionstatic AuthenticationRecordAuthenticationRecord.deserialize(InputStream inputStream) Deserializes theAuthenticationRecordfrom the specifiedInputStreamMethods in com.azure.identity that return types with arguments of type AuthenticationRecordModifier and TypeMethodDescriptionDeviceCodeCredential.authenticate()Authenticates a user via the device code flow.DeviceCodeCredential.authenticate(com.azure.core.credential.TokenRequestContext request) Authenticates a user via the device code flow.InteractiveBrowserCredential.authenticate()Interactively authenticates a user via the default browser.InteractiveBrowserCredential.authenticate(com.azure.core.credential.TokenRequestContext request) Interactively authenticates a user via the default browser.UsernamePasswordCredential.authenticate()Deprecated.Authenticates the user using the specified username and password.UsernamePasswordCredential.authenticate(com.azure.core.credential.TokenRequestContext request) Deprecated.Authenticates the user using the specified username and password.static Mono<AuthenticationRecord> AuthenticationRecord.deserializeAsync(InputStream inputStream) Deserializes theAuthenticationRecordfrom the specifiedInputStreamMethods in com.azure.identity with parameters of type AuthenticationRecordModifier and TypeMethodDescriptionDeviceCodeCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord) Sets theAuthenticationRecordcaptured from a previous authentication.InteractiveBrowserCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord) Sets theAuthenticationRecordcaptured from a previous authentication.SharedTokenCacheCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord) Deprecated.Sets theAuthenticationRecordcaptured from a previous authentication.