/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0 * 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 WebAuthnHintEnum: { readonly SecurityKey: "security-key"; readonly ClientDevice: "client-device"; readonly Hybrid: "hybrid"; readonly UnknownDefaultOpenApi: "11184809"; }; export type WebAuthnHintEnum = typeof WebAuthnHintEnum[keyof typeof WebAuthnHintEnum]; export declare function instanceOfWebAuthnHintEnum(value: any): boolean; export declare function WebAuthnHintEnumFromJSON(json: any): WebAuthnHintEnum; export declare function WebAuthnHintEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): WebAuthnHintEnum; export declare function WebAuthnHintEnumToJSON(value?: WebAuthnHintEnum | null): any; export declare function WebAuthnHintEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): WebAuthnHintEnum; //# sourceMappingURL=WebAuthnHintEnum.d.ts.map