AuthenticationRecord Class

Definition

Account information relating to an authentication request.

public class AuthenticationRecord
type AuthenticationRecord = class
Public Class AuthenticationRecord
Inheritance
AuthenticationRecord

Properties

Authority

The authority host used to authenticate the account.

ClientId

The client id of the application which performed the original authentication

HomeAccountId

A unique identifier of the account.

TenantId

The tenant the account should authenticate in.

Username

The user principal or service principal name of the account.

Methods

Deserialize(Stream, CancellationToken)

Deserializes the AuthenticationRecord from the specified Stream.

DeserializeAsync(Stream, CancellationToken)

Deserializes the AuthenticationRecord from the specified Stream.

Serialize(Stream, CancellationToken)

Serializes the AuthenticationRecord to the specified Stream.

SerializeAsync(Stream, CancellationToken)

Serializes the AuthenticationRecord to the specified Stream.

Applies to

See also