/** * 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 AuthenticatorAttachmentEnum: { readonly Platform: "platform"; readonly CrossPlatform: "cross-platform"; readonly UnknownDefaultOpenApi: "11184809"; }; export type AuthenticatorAttachmentEnum = typeof AuthenticatorAttachmentEnum[keyof typeof AuthenticatorAttachmentEnum]; export declare function instanceOfAuthenticatorAttachmentEnum(value: any): boolean; export declare function AuthenticatorAttachmentEnumFromJSON(json: any): AuthenticatorAttachmentEnum; export declare function AuthenticatorAttachmentEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthenticatorAttachmentEnum; export declare function AuthenticatorAttachmentEnumToJSON(value?: AuthenticatorAttachmentEnum | null): any; export declare function AuthenticatorAttachmentEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): AuthenticatorAttachmentEnum; //# sourceMappingURL=AuthenticatorAttachmentEnum.d.ts.map