TwoFactorStatusResource

Properties

Name Type Description Notes
two_factor_enabled string   [default to undefined]
available_methods string   [default to undefined]
primary_method string   [default to undefined]
requires_two_factor string   [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.