/**
 * Copyright (c) Spectro Cloud
 * SPDX-License-Identifier: Apache-2.0
 */
/**
 * Generated by orval v7.10.0 🍺
 * Do not edit manually.
 * Palette APIs - 4.7
 * OpenAPI spec version: v1
 */
export type V1OidcCallbackParams = {
    /**
     * Describes temporary and very short lived code sent by IDP to validate the token
     */
    code?: string;
    /**
     * Describes a state to validate and associate request and response
     */
    state?: string;
    /**
     * Describes a error code in case the IDP is not able to validate and authenticates the user
     */
    error?: string;
    /**
     * Describes a error in case the IDP is not able to validate and authenticates the user
     */
    error_description?: string;
};
//# sourceMappingURL=v1OidcCallbackParams.d.ts.map