Skip to main content

AuthInputRequest

interface

One question to put to the user during sign-in.

interface AuthInputRequest

Import

import { AuthInputRequest } from '@modular/sdk';

Members5

passwordoptional
boolean

Masks what the user types. Set this for tokens and passwords.

placeholderoptional
string

Grey hint text inside the empty field.

promptoptional
string

Longer explanation shown under the title.

title
string

Title of the input box.

valueoptional
string

Pre-filled value.

Notes

category
Authoring