TokenAcquire202Response

Properties

Name Type Description Notes
requires_two_factor string   [default to undefined]
available_methods string   [default to undefined]
primary_method string   [default to undefined]
message string   [default to undefined]

Example

import { TokenAcquire202Response } from './api';

const instance: TokenAcquire202Response = {
    requires_two_factor,
    available_methods,
    primary_method,
    message,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.