Auth0-PHP

PushedAuthorizationRequest
in package
implements PushedAuthorizationRequestInterface

Read onlyYes
FinalYes

Table of Contents

Interfaces

PushedAuthorizationRequestInterface

Properties

$authentication  : AuthenticationInterface

Methods

__construct()  : mixed
create()  : string
Produces a redirection URL for authentication using Pushed Authorization Request.
post()  : ResponseInterface
Establish a Pushed Authorization Request.

Properties

Methods

create()

Produces a redirection URL for authentication using Pushed Authorization Request.

public create([array<string|int, mixed>|null $parameters = null ][, array<string|int, mixed>|null $headers = null ]) : string
Parameters
$parameters : array<string|int, mixed>|null = null

Request parameters to send to the API endpoint. The client_id, response_type, and response_mode keys are controlled by the SDK and cannot be overridden here.

$headers : array<string|int, mixed>|null = null

Headers to send with the API request.

Return values
string

post()

Establish a Pushed Authorization Request.

public post([array<string|int, mixed>|null $parameters = null ][, array<string|int, mixed>|null $headers = null ]) : ResponseInterface
Parameters
$parameters : array<string|int, mixed>|null = null

Request parameters to send to the API endpoint. The client_id, response_type, and response_mode keys are controlled by the SDK and cannot be overridden here.

$headers : array<string|int, mixed>|null = null

Headers to send with the API request.

Return values
ResponseInterface
On this page

Search results