/** * 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 DeliveryMethodEnum: { readonly HttpsSchemasOpenidNetSeceventRiscDeliveryMethodPush: "https://schemas.openid.net/secevent/risc/delivery-method/push"; readonly HttpsSchemasOpenidNetSeceventRiscDeliveryMethodPoll: "https://schemas.openid.net/secevent/risc/delivery-method/poll"; readonly UnknownDefaultOpenApi: "11184809"; }; export type DeliveryMethodEnum = typeof DeliveryMethodEnum[keyof typeof DeliveryMethodEnum]; export declare function instanceOfDeliveryMethodEnum(value: any): boolean; export declare function DeliveryMethodEnumFromJSON(json: any): DeliveryMethodEnum; export declare function DeliveryMethodEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): DeliveryMethodEnum; export declare function DeliveryMethodEnumToJSON(value?: DeliveryMethodEnum | null): any; export declare function DeliveryMethodEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): DeliveryMethodEnum; //# sourceMappingURL=DeliveryMethodEnum.d.ts.map