TwoFactorStatusResource
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| two_factor_enabled | MarkdownPreview422ResponseSuccess | [default to undefined] | |
| available_methods | TokenAcquire202ResponseAvailableMethods | [default to undefined] | |
| primary_method | string | [default to undefined] | |
| requires_two_factor | MarkdownPreview422ResponseSuccess | [default to undefined] |
Example
import { TwoFactorStatusResource } from './api';
const instance: TwoFactorStatusResource = {
two_factor_enabled,
available_methods,
primary_method,
requires_two_factor,
};
Back to Model list Back to API list Back to README
This documentation was automatically generated from the TypeScript API client.