AcquireTokenMobileAppAuthenticationRequest

Properties

Name Type Description Notes
email string   [default to undefined]
password string   [default to undefined]
device_name string   [default to undefined]
wipe_tokens boolean   [optional] [default to undefined]
two_factor_code string   [optional] [default to undefined]
recovery_code string   [optional] [default to undefined]

Example

import { AcquireTokenMobileAppAuthenticationRequest } from './api';

const instance: AcquireTokenMobileAppAuthenticationRequest = {
    email,
    password,
    device_name,
    wipe_tokens,
    two_factor_code,
    recovery_code,
};

Back to Model list Back to API list Back to README


This documentation was automatically generated from the TypeScript API client.