IntrospectionRequest
in package
Generates the Introspection Request
Table of Contents
- __construct() : IntrospectionRequest
- creates a new IntrospectionRequest instance
- getResponse() : object
- retrieves the response returned from previous introspection request
- send() : object
- send the introspection request
Methods
__construct()
creates a new IntrospectionRequest instance
public
__construct(array<string|int, mixed> $config) : IntrospectionRequest
Parameters
- $config : array<string|int, mixed>
-
base configuration
Tags
Return values
IntrospectionRequest —getResponse()
retrieves the response returned from previous introspection request
public
getResponse() : object
Tags
Return values
object —response returned from introspection
send()
send the introspection request
public
send(string $introspection_endpoint, string $token) : object
Parameters
- $introspection_endpoint : string
-
introspection endpoint of the provider
- $token : string
-
token for wich send the introspection request
Tags
Return values
object —response returned from introspection