/** * 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 DigestAlgorithmEnum: { readonly HttpWwwW3Org200009Xmldsigsha1: "http://www.w3.org/2000/09/xmldsig#sha1"; readonly HttpWwwW3Org200104Xmlencsha256: "http://www.w3.org/2001/04/xmlenc#sha256"; readonly HttpWwwW3Org200104XmldsigMoresha384: "http://www.w3.org/2001/04/xmldsig-more#sha384"; readonly HttpWwwW3Org200104Xmlencsha512: "http://www.w3.org/2001/04/xmlenc#sha512"; readonly UnknownDefaultOpenApi: "11184809"; }; export type DigestAlgorithmEnum = typeof DigestAlgorithmEnum[keyof typeof DigestAlgorithmEnum]; export declare function instanceOfDigestAlgorithmEnum(value: any): boolean; export declare function DigestAlgorithmEnumFromJSON(json: any): DigestAlgorithmEnum; export declare function DigestAlgorithmEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): DigestAlgorithmEnum; export declare function DigestAlgorithmEnumToJSON(value?: DigestAlgorithmEnum | null): any; export declare function DigestAlgorithmEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): DigestAlgorithmEnum; //# sourceMappingURL=DigestAlgorithmEnum.d.ts.map