One Time PIN Authentication Resource Resource
The One Time PIN Auth Resource provides user authentication via a one-time PIN auth flow.
Properties
Use as Sign-in Provider
Prop | isSignInProvider |
---|---|
Type | boolean |
Default | {{true}} |
Whether this resource can be used as a sign-in provider. Users may use this resource to authenticate with the application.
Actions
Send PIN code
Start the OTP auth flow by sending a code to the provided email.
Parameter | Type | Default |
---|---|---|
email | string | undefined |
Log in with PIN code
Validate the PIN code and create a valid login session.
Parameter | Type | Default |
---|---|---|
otpCode | string | undefined |
loginTokenKey | string | undefined |
Revoke PIN code authorization
Revoke the user session.
Parameter | Type | Default |
---|
Last updated on October 17, 2022