Interface AuthenticationSessionAccountInformation

The information of an account associated with an AuthenticationSession.

interface AuthenticationSessionAccountInformation {
    id: string;
    label: string;
}

Properties

Properties

id: string

The unique identifier of the account.

label: string

The human-readable name of the account.