/** * 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 PKCEMethodEnum: { readonly None: "none"; readonly Plain: "plain"; readonly S256: "S256"; readonly UnknownDefaultOpenApi: "11184809"; }; export type PKCEMethodEnum = typeof PKCEMethodEnum[keyof typeof PKCEMethodEnum]; export declare function instanceOfPKCEMethodEnum(value: any): boolean; export declare function PKCEMethodEnumFromJSON(json: any): PKCEMethodEnum; export declare function PKCEMethodEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): PKCEMethodEnum; export declare function PKCEMethodEnumToJSON(value?: PKCEMethodEnum | null): any; export declare function PKCEMethodEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): PKCEMethodEnum; //# sourceMappingURL=PKCEMethodEnum.d.ts.map