import { DeviceCompleteResponse } from "https://deno.land/x/authlete_deno@v1.2.9/src/dto/device_complete_response.ts";
const { Action } = DeviceCompleteResponse;
The next action that the service implementation should take.
Members
The API call is invalid. Probably, the authorization server implementation has some bugs.
An error occurred on Authlete side. The authorization server implementation should tell the end-user that something wrong happened and urge her to re-initiate a device flow.
The API call has been processed successfully. The authorization server should return a successful response to the web browser the end-user is using.
The user code has expired. The authorization server implementation should tell the end-user that the user code has expired and urge her to re-initiate a device flow.