/** * 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. */ /** * Response that device has been authenticated and tab can be closed * @export * @interface OAuthDeviceCodeFinishChallengeResponseRequest */ export interface OAuthDeviceCodeFinishChallengeResponseRequest { /** * * @type {string} * @memberof OAuthDeviceCodeFinishChallengeResponseRequest */ component?: string; } /** * Check if a given object implements the OAuthDeviceCodeFinishChallengeResponseRequest interface. */ export declare function instanceOfOAuthDeviceCodeFinishChallengeResponseRequest(value: object): value is OAuthDeviceCodeFinishChallengeResponseRequest; export declare function OAuthDeviceCodeFinishChallengeResponseRequestFromJSON(json: any): OAuthDeviceCodeFinishChallengeResponseRequest; export declare function OAuthDeviceCodeFinishChallengeResponseRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): OAuthDeviceCodeFinishChallengeResponseRequest; export declare function OAuthDeviceCodeFinishChallengeResponseRequestToJSON(json: any): OAuthDeviceCodeFinishChallengeResponseRequest; export declare function OAuthDeviceCodeFinishChallengeResponseRequestToJSONTyped(value?: OAuthDeviceCodeFinishChallengeResponseRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=OAuthDeviceCodeFinishChallengeResponseRequest.d.ts.map