The payload used for signature generation.

interface SignaturePayload {
    accountId?: string;
    authId?: string;
    identityId?: string;
    identityToken?: string;
}

Properties

accountId?: string

The account ID.

authId?: string

The authentication ID.

identityId?: string

The identity ID.

identityToken?: string

The identity token.