/** * 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 AuthModeEnum: { readonly Static: "static"; readonly Prompt: "prompt"; readonly UnknownDefaultOpenApi: "11184809"; }; export type AuthModeEnum = typeof AuthModeEnum[keyof typeof AuthModeEnum]; export declare function instanceOfAuthModeEnum(value: any): boolean; export declare function AuthModeEnumFromJSON(json: any): AuthModeEnum; export declare function AuthModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): AuthModeEnum; export declare function AuthModeEnumToJSON(value?: AuthModeEnum | null): any; export declare function AuthModeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): AuthModeEnum; //# sourceMappingURL=AuthModeEnum.d.ts.map