/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.2.3-rc1 * 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 EndpointAuthModeEnum: { readonly Static: "static"; readonly Prompt: "prompt"; readonly UnknownDefaultOpenApi: "11184809"; }; export type EndpointAuthModeEnum = typeof EndpointAuthModeEnum[keyof typeof EndpointAuthModeEnum]; export declare function instanceOfEndpointAuthModeEnum(value: any): boolean; export declare function EndpointAuthModeEnumFromJSON(json: any): EndpointAuthModeEnum; export declare function EndpointAuthModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): EndpointAuthModeEnum; export declare function EndpointAuthModeEnumToJSON(value?: EndpointAuthModeEnum | null): any; export declare function EndpointAuthModeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): EndpointAuthModeEnum; //# sourceMappingURL=EndpointAuthModeEnum.d.ts.map