/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * 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 DeviceClassesEnum: { readonly Static: "static"; readonly Totp: "totp"; readonly Webauthn: "webauthn"; readonly Duo: "duo"; readonly Sms: "sms"; readonly Email: "email"; readonly UnknownDefaultOpenApi: "11184809"; }; export type DeviceClassesEnum = typeof DeviceClassesEnum[keyof typeof DeviceClassesEnum]; export declare function instanceOfDeviceClassesEnum(value: any): boolean; export declare function DeviceClassesEnumFromJSON(json: any): DeviceClassesEnum; export declare function DeviceClassesEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeviceClassesEnum; export declare function DeviceClassesEnumToJSON(value?: DeviceClassesEnum | null): any; export declare function DeviceClassesEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): DeviceClassesEnum; //# sourceMappingURL=DeviceClassesEnum.d.ts.map