/** * Synapse REST API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: v1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export */ export declare const TwoFactorAuthTokenContext: { readonly AUTHENTICATION: "AUTHENTICATION"; readonly PASSWORD_CHANGE: "PASSWORD_CHANGE"; }; export type TwoFactorAuthTokenContext = typeof TwoFactorAuthTokenContext[keyof typeof TwoFactorAuthTokenContext]; export declare function instanceOfTwoFactorAuthTokenContext(value: any): boolean; export declare function TwoFactorAuthTokenContextFromJSON(json: any): TwoFactorAuthTokenContext; export declare function TwoFactorAuthTokenContextFromJSONTyped(json: any, ignoreDiscriminator: boolean): TwoFactorAuthTokenContext; export declare function TwoFactorAuthTokenContextToJSON(value?: TwoFactorAuthTokenContext | null): any; export declare function TwoFactorAuthTokenContextToJSONTyped(value: any, ignoreDiscriminator: boolean): TwoFactorAuthTokenContext;