/** * 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 SignatureAlgorithmEnum: { readonly HttpWwwW3Org200009XmldsigrsaSha1: "http://www.w3.org/2000/09/xmldsig#rsa-sha1"; readonly HttpWwwW3Org200104XmldsigMorersaSha256: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"; readonly HttpWwwW3Org200104XmldsigMorersaSha384: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha384"; readonly HttpWwwW3Org200104XmldsigMorersaSha512: "http://www.w3.org/2001/04/xmldsig-more#rsa-sha512"; readonly HttpWwwW3Org200104XmldsigMoreecdsaSha1: "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha1"; readonly HttpWwwW3Org200104XmldsigMoreecdsaSha256: "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha256"; readonly HttpWwwW3Org200104XmldsigMoreecdsaSha384: "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha384"; readonly HttpWwwW3Org200104XmldsigMoreecdsaSha512: "http://www.w3.org/2001/04/xmldsig-more#ecdsa-sha512"; readonly HttpWwwW3Org200009XmldsigdsaSha1: "http://www.w3.org/2000/09/xmldsig#dsa-sha1"; readonly UnknownDefaultOpenApi: "11184809"; }; export type SignatureAlgorithmEnum = typeof SignatureAlgorithmEnum[keyof typeof SignatureAlgorithmEnum]; export declare function instanceOfSignatureAlgorithmEnum(value: any): boolean; export declare function SignatureAlgorithmEnumFromJSON(json: any): SignatureAlgorithmEnum; export declare function SignatureAlgorithmEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): SignatureAlgorithmEnum; export declare function SignatureAlgorithmEnumToJSON(value?: SignatureAlgorithmEnum | null): any; export declare function SignatureAlgorithmEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): SignatureAlgorithmEnum; //# sourceMappingURL=SignatureAlgorithmEnum.d.ts.map