You are here

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

Return a header-formatted string.

Return value

string

File

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

Class

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

Namespace

Auth0\SDK\API\Helpers

Code

public function build() {
  return base64_encode(json_encode($this
    ->get()));
}