Interface: AuthFlowOptions
Extends
Properties
Property | Type | Description | Inherited from | Defined in |
---|---|---|---|---|
address? | string | the address your customer should link in auth flow | - | types.ts:591 |
chain? | string | number | the chain of the address | - | types.ts:595 |
email? | string | the email of the user to prefill the login form | - | types.ts:585 |
signature? | string | the signature of the address | - | types.ts:593 |
skipCreateAccount? | boolean | skip account creation in auth flow | - | types.ts:587 |
skipKyc? | boolean | skip KYC in auth flow | - | types.ts:589 |
state? | string | the state oauth parameter | AuthFlowOptionsShared .state | types.ts:581 |