Skip to content

SignInFlowOptions

Properties

formProps

Props forwarded to useForm.

Type: object

Source: client/lib/use/useSignInFlow.js:20

redirect

Route to push to after a successful login. Falls back to ?redirect query param, then { name: "welcome" }.

Type: string | RouteLocationAsRelativeGeneric | RouteLocationAsPathGeneric

Source: client/lib/use/useSignInFlow.js:16

requireRecentLogin

When true, the post-login redirect only fires if the user also recently authenticated.

Type: boolean

Source: client/lib/use/useSignInFlow.js:18

Source

client/lib/use/useSignInFlow.js:15

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2