Class SimpleID\Protocols\Connect\JOSEResponse

extends ArrayWrapper

A class representing a JWT response, which can be signed and/or encrypted.

The exact format of the response is determined by the configuration of the specified client.

This class is a subclass of ArrayWrapper . Token claims are stored in

ArrayWrapper->$container

and are accessed using array syntax. Token headers are set using the setHeaders() and setHeader() methods.

Methods
Methods inherited from SimpleID\Util\ArrayWrapper
loadData(), toArray(), offsetSet(), offsetExists(), offsetUnset(), offsetGet(), __set(), count(), getIterator(), get(), exists(), set(), append(), unset(), ref(), refLimit(), splitPath()
Properties
Properties inherited from SimpleID\Util\ArrayWrapper
$container