/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2026.8.0-rc7 * 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 GrantTypeEnum: { readonly AuthorizationCode: "authorization_code"; readonly Implicit: "implicit"; readonly Hybrid: "hybrid"; readonly RefreshToken: "refresh_token"; readonly ClientCredentials: "client_credentials"; readonly Password: "password"; readonly UrnIetfParamsOauthGrantTypeDeviceCode: "urn:ietf:params:oauth:grant-type:device_code"; readonly UrnIetfParamsOauthGrantTypeTokenExchange: "urn:ietf:params:oauth:grant-type:token-exchange"; readonly UnknownDefaultOpenApi: "11184809"; }; export type GrantTypeEnum = typeof GrantTypeEnum[keyof typeof GrantTypeEnum]; export declare function instanceOfGrantTypeEnum(value: any): boolean; export declare function GrantTypeEnumFromJSON(json: any): GrantTypeEnum; export declare function GrantTypeEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): GrantTypeEnum; export declare function GrantTypeEnumToJSON(value?: GrantTypeEnum | null): any; export declare function GrantTypeEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): GrantTypeEnum; //# sourceMappingURL=GrantTypeEnum.d.ts.map