/** * 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 UserAttributeEnum: { readonly Username: "username"; readonly Email: "email"; readonly UnknownDefaultOpenApi: "11184809"; }; export type UserAttributeEnum = typeof UserAttributeEnum[keyof typeof UserAttributeEnum]; export declare function instanceOfUserAttributeEnum(value: any): boolean; export declare function UserAttributeEnumFromJSON(json: any): UserAttributeEnum; export declare function UserAttributeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): UserAttributeEnum; export declare function UserAttributeEnumToJSON(value?: UserAttributeEnum | null): any; export declare function UserAttributeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): UserAttributeEnum; //# sourceMappingURL=UserAttributeEnum.d.ts.map