One Time PIN Authentication Resource
The One Time PIN Auth Resource provides user authentication via a one-time PIN auth flow.
Properties
Environment Profiles
| Prop | profiles |
|---|---|
| Type | array |
| Default | [ { 'isSignInProvider': true, 'environment': '' } ] |
The profiles configured for this resource in an environment
Environment Profile
| Prop | profiles[] |
|---|---|
| Type | object |
| Default | undefined |
A profile of this resource for an environment
Use as Sign-in Provider
| Prop | profiles[].isSignInProvider |
|---|---|
| Type | boolean |
| Default | undefined |
Whether this resource can be used as a sign-in provider. Users may use this resource to authenticate with the application.
Environment
| Prop | profiles[].environment |
|---|---|
| Type | string |
| Default | undefined |
The name of the environment with which this profile is associated
Actions
Revoke PIN code authorization
Revoke the user session.
| Parameter | Type | Default |
|---|