VerifyTwoFactorMobileAppAuthenticationRequest
Properties
Name | Type | Description | Notes |
---|---|---|---|
string | [default to undefined] | ||
password | string | [default to undefined] | |
device_name | string | [default to undefined] | |
code | string | [default to undefined] | |
method | string | [optional] [default to undefined] | |
wipe_tokens | boolean | [optional] [default to undefined] |
Example
import { VerifyTwoFactorMobileAppAuthenticationRequest } from './api';
const instance: VerifyTwoFactorMobileAppAuthenticationRequest = {
email,
password,
device_name,
code,
method,
wipe_tokens,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.