Interface TransactionMembersOnSignup

interface TransactionMembersOnSignup {
    alternateConnections: null | (Connection | EnterpriseConnection)[];
    connectionStrategy: null | string;
    countryCode: null | string;
    countryPrefix: null | string;
    currentConnection: null | Connection;
    errors: null | Error[];
    hasErrors: boolean;
    isPasskeyEnabled: boolean;
    locale: string;
    optionalIdentifiers: null | ("email" | "username" | "phone")[];
    passwordPolicy: null | PasswordPolicy;
    requiredIdentifiers: null | ("email" | "username" | "phone")[];
    state: string;
    usernamePolicy: null | UsernamePolicy;
}

Hierarchy (view full)

Properties

alternateConnections: null | (Connection | EnterpriseConnection)[]
connectionStrategy: null | string
countryCode: null | string
countryPrefix: null | string
currentConnection: null | Connection
errors: null | Error[]
hasErrors: boolean
isPasskeyEnabled: boolean
locale: string
optionalIdentifiers: null | ("email" | "username" | "phone")[]
passwordPolicy: null | PasswordPolicy
requiredIdentifiers: null | ("email" | "username" | "phone")[]
state: string
usernamePolicy: null | UsernamePolicy