Skip to main content
Go to Latest
namespace BackchannelAuthenticationCompleteRequest
Re-export
import { BackchannelAuthenticationCompleteRequest } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Enums

Failure reasons of authorization requests.

class BackchannelAuthenticationCompleteRequest
Re-export
import { BackchannelAuthenticationCompleteRequest } from "https://deno.land/x/authlete_deno@v1.2.9/mod.ts";

Request to Authlete /backchannel/authentication/complete API.

Properties

optional
acr: string

The authentication context class reference.

authTime: number

The time at which the end-user was authenticated.

optional
claims: string

Additional claims in JSON format.

optional
errorDescription: string

The description of the error. This property is referred to when the result is not AUTHORIZED.

optional
errorUri: string

The URI of a document which describes the error in detail. This property is referred to when the result is not AUTHORIZED.

optional
idtHeaderParams: string

JSON that represents additional JWS header parameters for the ID token.

optional
properties: Property[]

Extra properties to associate with an access token and/or an authorization code.

The result of the end-user authentication and authorization.

optional
scopes: string[]

Scopes associated with the access token. If this field is null, the scopes specified in the original backchannel authentication request are used. In other cases, the scopes here will replace the original scopes contained in the original request.

optional
sub: string

The value of the sub claim for the ID token. When this field is empty, subject is used as the value of the sub claim.

optional
subject: string

The subject (= unique identifier) of the end-user.

optional
ticket: string

The ticket issued by Authlete /backchannel/authentication endpoint.