| Modifier and Type | Method and Description |
|---|---|
static AuthenticationRecord |
AuthenticationRecord.deserialize(InputStream inputStream)
Deserializes the
AuthenticationRecord from the specified InputStream |
| Modifier and Type | Method and Description |
|---|---|
InteractiveBrowserCredentialBuilder |
InteractiveBrowserCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord)
Sets the
AuthenticationRecord captured from a previous authentication. |
DeviceCodeCredentialBuilder |
DeviceCodeCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord)
Sets the
AuthenticationRecord captured from a previous authentication. |
SharedTokenCacheCredentialBuilder |
SharedTokenCacheCredentialBuilder.authenticationRecord(AuthenticationRecord authenticationRecord)
Sets the
AuthenticationRecord captured from a previous authentication. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.