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

Enums

The next action that the service implementation should take.

class BackchannelAuthenticationIssueResponse
extends ApiResponse
Re-export
import { BackchannelAuthenticationIssueResponse } from "https://deno.land/x/authlete_deno@v1.2.10/mod.ts";

Response from Authlete /backchannel/authentication/issue API.

Properties

The next action that the service implementation should take.

optional
authReqId: string

The issued authentication request ID. This corresponds to the auth_req_id property in the response to the client.

expiresIn: number

The duration of the issued authentication request ID in seconds. This corresponds to the expires_in property in the response to the client.

interval: number

The minimum amount of time in seconds that the client must wait for between polling requests to the token endpoint. This corresponds to the interval property in the response to the client.

The value of this property has no meaning when the backchannel token delivery mode is push.

responseContent: string

The content of the response body of the response to the client application. Its format is JSON.

In successful cases, the content contains auth_req_id. In error cases, the content contains error.