Documentation

IntrospectionRequest
in package

Generates the Introspection Request

Linee Guida OpenID Connect in SPID

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

getResponse()

retrieves the response returned from previous introspection request

public getResponse() : object
Tags
throws
Exception
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
throws
Exception
Return values
object

response returned from introspection

Search results