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

Enums

The next action that the service implementation should take.

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

Response from Authlete /pushed_auth_req API.

Properties

The next action that the service implementation should take.

optional
clientAuthMethod: ClientAuthMethod

The client authentication method that should be performed at the pushed authorization request endpoint.

If the client could not be identified by the information in the request, this property has null.

optional
requestUri: string

The request URI created to represent the pushed authorization request. This can be sent by the client as the 'request_uri' parameter in an authorization request.

optional
responseContent: string

The response content which can be used as the entity body of the response returned to the client application.