/** * 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 ProviderTypeEnum: { readonly Apple: "apple"; readonly Openidconnect: "openidconnect"; readonly Azuread: "azuread"; readonly Discord: "discord"; readonly Facebook: "facebook"; readonly Github: "github"; readonly Gitlab: "gitlab"; readonly Google: "google"; readonly Mailcow: "mailcow"; readonly Okta: "okta"; readonly Patreon: "patreon"; readonly Reddit: "reddit"; readonly Twitch: "twitch"; readonly Twitter: "twitter"; readonly UnknownDefaultOpenApi: "11184809"; }; export type ProviderTypeEnum = typeof ProviderTypeEnum[keyof typeof ProviderTypeEnum]; export declare function instanceOfProviderTypeEnum(value: any): boolean; export declare function ProviderTypeEnumFromJSON(json: any): ProviderTypeEnum; export declare function ProviderTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): ProviderTypeEnum; export declare function ProviderTypeEnumToJSON(value?: ProviderTypeEnum | null): any; export declare function ProviderTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): ProviderTypeEnum; //# sourceMappingURL=ProviderTypeEnum.d.ts.map