interface AuthenticationSession {
    accessToken: string;
    accountInformation: AuthenticationSessionAccountInformation;
}

Properties

accessToken: string