Skip to main content
Go to Latest
enum DeviceCompleteRequest.Result
import { DeviceCompleteRequest } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";
const { Result } = DeviceCompleteRequest;

Failure reasons of authorization requests.

Members

ACCESS_DENIED = 2

The end-user denied the device authorization request.

AUTHORIZED = 1

The end-user was authenticated and has granted authorization to the client application.

TRANSACTION_FAILED = 3

The authorization server could not get decision from the end-user for some reasons.

This result can be used as a generic error.