palette-sdk-typescript
Version:
TypeScript SDK for Spectro Cloud Palette API
29 lines • 787 B
TypeScript
/**
* Copyright (c) Spectro Cloud
* SPDX-License-Identifier: Apache-2.0
*/
/**
* Generated by orval v7.17.0 🍺
* Do not edit manually.
* Palette APIs - 4.8
* OpenAPI spec version: v1
*/
export type V1SsoCallbackParams = {
/**
* 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=v1SsoCallbackParams.d.ts.map