/** * 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 SCIMAuthenticationModeEnum: { readonly Token: "token"; readonly Oauth: "oauth"; readonly UnknownDefaultOpenApi: "11184809"; }; export type SCIMAuthenticationModeEnum = typeof SCIMAuthenticationModeEnum[keyof typeof SCIMAuthenticationModeEnum]; export declare function instanceOfSCIMAuthenticationModeEnum(value: any): boolean; export declare function SCIMAuthenticationModeEnumFromJSON(json: any): SCIMAuthenticationModeEnum; export declare function SCIMAuthenticationModeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): SCIMAuthenticationModeEnum; export declare function SCIMAuthenticationModeEnumToJSON(value?: SCIMAuthenticationModeEnum | null): any; export declare function SCIMAuthenticationModeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): SCIMAuthenticationModeEnum; //# sourceMappingURL=SCIMAuthenticationModeEnum.d.ts.map