AuthInputRequest
interfaceOne question to put to the user during sign-in.
Import
import { AuthInputRequest } from '@modular/sdk';Members5
- passwordoptional
booleanMasks what the user types. Set this for tokens and passwords.
- placeholderoptional
stringGrey hint text inside the empty field.
- promptoptional
stringLonger explanation shown under the title.
- title
stringTitle of the input box.
- valueoptional
stringPre-filled value.
Notes
- category
- Authoring