TorqueAuthOptions

@torque-labs/sdk


@torque-labs/sdk / TorqueAuthOptions

Type Alias: TorqueAuthOptions

type TorqueAuthOptions = {
  signInUrl: string;
  useTransaction: boolean;
};

Defined in: sdk/src/modules/user.ts:78

The auth options for the TorqueUserModule

Properties

signInUrl?

optional signInUrl: string;

Defined in: sdk/src/modules/user.ts:87

Sign-in URL


useTransaction?

optional useTransaction: boolean;

Defined in: sdk/src/modules/user.ts:82

Whether to user a signed trasaction hash for login

Last updated