interface IRelayRequestData {
    authMethodId: string;
    authMethodPubKey?: string;
    authMethodType: number;
}

Properties

authMethodId: string

ID of auth method

authMethodPubKey?: string

Public key associated with the auth method (used only in WebAuthn)

authMethodType: number

Type of auth method