Azure.Identity.AuthenticationRecord
Account information relating to an authentication request.
The authority host used to authenticate the account.
The client id of the application which performed the original authentication
A unique identifier of the account.
The tenant the account should authenticate in.
The user principal or service principal name of the account.
public static AuthenticationRecord Deserialize(Stream stream, CancellationToken cancellationToken = default)
Deserializes the AuthenticationRecord from the specified Stream.
public static Task<AuthenticationRecord> DeserializeAsync(Stream stream, CancellationToken cancellationToken = default)
Deserializes the AuthenticationRecord from the specified Stream.
Serializes the AuthenticationRecord to the specified Stream.
Serializes the AuthenticationRecord to the specified Stream.