Uses of Class
com.azure.identity.AuthenticationRecord
-
Uses of AuthenticationRecord in com.azure.identity
Modifier and TypeMethodDescriptionstatic AuthenticationRecord
AuthenticationRecord.deserialize
(InputStream inputStream) Deserializes theAuthenticationRecord
from the specifiedInputStream
Modifier 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()
Authenticates the user using the specified username and password.UsernamePasswordCredential.authenticate
(com.azure.core.credential.TokenRequestContext request) Authenticates the user using the specified username and password.static Mono<AuthenticationRecord>
AuthenticationRecord.deserializeAsync
(InputStream inputStream) Deserializes theAuthenticationRecord
from the specifiedInputStream
Modifier and TypeMethodDescriptionDeviceCodeCredentialBuilder.authenticationRecord
(AuthenticationRecord authenticationRecord) Sets theAuthenticationRecord
captured from a previous authentication.InteractiveBrowserCredentialBuilder.authenticationRecord
(AuthenticationRecord authenticationRecord) Sets theAuthenticationRecord
captured from a previous authentication.SharedTokenCacheCredentialBuilder.authenticationRecord
(AuthenticationRecord authenticationRecord) Sets theAuthenticationRecord
captured from a previous authentication.