LTI Integration Library  3.1.0
PHP class library for building LTI integrations
OAuthUtil Class Reference

Class to provide OAuth utility methods. More...

Static Public Member Functions

static urlencode_rfc3986 ($input)
 
static urldecode_rfc3986 ($string)
 
static split_header ($header, $only_allow_oauth_parameters=true)
 
static get_headers ()
 
static parse_parameters ($input)
 
static build_http_query ($params)
 

Detailed Description

Class to provide OAuth utility methods.

Version
2008-08-04
Licence: https://opensource.org/licenses/MIT The MIT License

Definition at line 12 of file OAuthUtil.php.

Member Function Documentation

◆ build_http_query()

static build_http_query (   $params)
static

◆ get_headers()

static get_headers ( )
static

Definition at line 56 of file OAuthUtil.php.

Referenced by OAuthRequest\from_request().

◆ parse_parameters()

static parse_parameters (   $input)
static

◆ split_header()

static split_header (   $header,
  $only_allow_oauth_parameters = true 
)
static

Definition at line 39 of file OAuthUtil.php.

References OAuthUtil\urldecode_rfc3986().

Referenced by OAuthRequest\from_request().

◆ urldecode_rfc3986()

static urldecode_rfc3986 (   $string)
static

Definition at line 29 of file OAuthUtil.php.

Referenced by OAuthUtil\parse_parameters(), and OAuthUtil\split_header().

◆ urlencode_rfc3986()


The documentation for this class was generated from the following file: