You are here

public function InformationHeaders::get in Auth0 Single Sign On 8.2

Get the current header data as an array.

Return value

array

1 call to InformationHeaders::get()
InformationHeaders::build in vendor/auth0/auth0-php/src/API/Helpers/InformationHeaders.php
Return a header-formatted string.

File

vendor/auth0/auth0-php/src/API/Helpers/InformationHeaders.php, line 80

Class

InformationHeaders
Class InformationHeaders Builds, extends, modifies, and formats SDK telemetry data.

Namespace

Auth0\SDK\API\Helpers

Code

public function get() {
  return $this->data;
}