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