diff --git a/classes/chillerlan-OAuth-Core-OAuth1Interface.html b/classes/chillerlan-OAuth-Core-OAuth1Interface.html index 9b0308c..4754778 100644 --- a/classes/chillerlan-OAuth-Core-OAuth1Interface.html +++ b/classes/chillerlan-OAuth-Core-OAuth1Interface.html @@ -233,7 +233,7 @@

 : UriInterface
Prepares the URL with optional $params which redirects to the provider's authorization prompt -and returns a PSR-7 UriInterface with all necessary parameters set
+and returns a PSR-7 UriInterface with all necessary parameters set.
getStorage() @@ -574,7 +574,7 @@

@@ -610,12 +610,12 @@

Prepares the URL with optional $params which redirects to the provider's authorization prompt -and returns a PSR-7 UriInterface with all necessary parameters set

+and returns a PSR-7 UriInterface with all necessary parameters set.

public @@ -623,7 +623,10 @@

- +

If the provider supports RFC-9126 "Pushed Authorization Requests (PAR)", a request to the PAR endpoint +shall be made within this method in order to send authorization data and obtain a temporary request URI.

+
+

Parameters
@@ -664,6 +667,22 @@
https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1 + +
+ see +
+
+ https://datatracker.ietf.org/doc/html/rfc9126 + + +
+
+ see +
+
+ PAR + +
@@ -687,7 +706,7 @@

@@ -723,7 +742,7 @@

@@ -805,7 +824,7 @@

@@ -851,7 +870,7 @@

@@ -897,7 +916,7 @@

@@ -943,7 +962,7 @@

@@ -989,7 +1008,7 @@

@@ -1035,7 +1054,7 @@

diff --git a/classes/chillerlan-OAuth-Core-OAuth2Interface.html b/classes/chillerlan-OAuth-Core-OAuth2Interface.html index 157e95f..fc14f68 100644 --- a/classes/chillerlan-OAuth-Core-OAuth2Interface.html +++ b/classes/chillerlan-OAuth-Core-OAuth2Interface.html @@ -275,7 +275,7 @@

 : UriInterface

Prepares the URL with optional $params which redirects to the provider's authorization prompt -and returns a PSR-7 UriInterface with all necessary parameters set
+and returns a PSR-7 UriInterface with all necessary parameters set.
getStorage() @@ -813,7 +813,7 @@

@@ -849,12 +849,12 @@

Prepares the URL with optional $params which redirects to the provider's authorization prompt -and returns a PSR-7 UriInterface with all necessary parameters set

+and returns a PSR-7 UriInterface with all necessary parameters set.

public @@ -862,7 +862,10 @@

- +

If the provider supports RFC-9126 "Pushed Authorization Requests (PAR)", a request to the PAR endpoint +shall be made within this method in order to send authorization data and obtain a temporary request URI.

+
+

Parameters
@@ -903,6 +906,22 @@
https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1 + +
+ see +
+
+ https://datatracker.ietf.org/doc/html/rfc9126 + + +
+
+ see +
+
+ PAR + +
@@ -926,7 +945,7 @@

@@ -962,7 +981,7 @@

@@ -1044,7 +1063,7 @@

@@ -1090,7 +1109,7 @@

@@ -1136,7 +1155,7 @@

@@ -1182,7 +1201,7 @@

@@ -1228,7 +1247,7 @@

@@ -1274,7 +1293,7 @@

diff --git a/classes/chillerlan-OAuth-Core-OAuth2Provider.html b/classes/chillerlan-OAuth-Core-OAuth2Provider.html index bdb0237..ac33cb9 100644 --- a/classes/chillerlan-OAuth-Core-OAuth2Provider.html +++ b/classes/chillerlan-OAuth-Core-OAuth2Provider.html @@ -152,7 +152,7 @@

Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.

-

It also implements the ClientCredentials, CSRFToken and TokenRefresh interfaces in favor over traits.

+

It also implements the ClientCredentials, CSRFToken, TokenRefresh and [...] interfaces in favor over traits.

@@ -289,6 +289,13 @@

 : OAuthOptions|SettingsContainerInterface

+
+ $parAuthorizationURL + +  : string +
+
An optional PAR (Pushed Authorization Request) endpoint URL
+
$refreshTokenURL @@ -528,6 +535,13 @@

fetches the provider's "me" endpoint and returns the JSON data as an array
+
+ getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
+
Parses the response from the PAR request and returns the query parameters for the authorization URL
+
getRefreshAccessTokenRequestBodyParams() @@ -849,7 +863,7 @@

@@ -1000,6 +1014,55 @@

+ +
+

+ $parAuthorizationURL + + + + +

+ + +

An optional PAR (Pushed Authorization Request) endpoint URL

+ + + protected + string + $parAuthorizationURL + + + + + +
+ Tags + + +
+
+
+ see +
+
+ PAR + + +
+
+
@@ -1544,7 +1607,7 @@

@@ -1610,7 +1673,7 @@

@@ -1679,7 +1742,7 @@

@@ -1878,7 +1941,7 @@

@@ -2741,7 +2804,7 @@

OAuth2Provider.php : - 185 + 196 @@ -2787,7 +2850,7 @@

OAuth2Provider.php : - 58 + 69 @@ -2840,7 +2903,7 @@

OAuth2Provider.php : - 288 + 299 @@ -2955,6 +3018,66 @@

ProviderException + + + +
+
Return values
+ array<string|int, mixed> +
+ +
+
+

+ getParAuthorizationURLRequestParams() + + +

+ + +

Parses the response from the PAR request and returns the query parameters for the authorization URL

+ + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
+
+ +
Parameters
+
+
+ $response + : array<string|int, mixed> +
+
+ +
+
+ + +
+ Tags + + +
+
+
+ codeCoverageIgnore +
+
+ +
@@ -2978,7 +3101,7 @@

OAuth2Provider.php : - 355 + 366 @@ -3195,7 +3318,7 @@

@@ -3392,7 +3515,7 @@

@@ -3469,7 +3592,7 @@

@@ -3522,7 +3645,7 @@

OAuth2Provider.php : - 301 + 312 @@ -3812,6 +3935,7 @@

Return values
  • $logger
  • $name
  • $options
  • +
  • $parAuthorizationURL
  • $refreshTokenURL
  • $requestFactory
  • $revokeURL
  • @@ -3852,6 +3976,7 @@
    Return values
  • getAuthorizationURLRequestParams()
  • getClientCredentialsTokenRequestBodyParams()
  • getMeResponseData()
  • +
  • getParAuthorizationURLRequestParams()
  • getRefreshAccessTokenRequestBodyParams()
  • getRequestHeaders()
  • getRequestTarget()
  • diff --git a/classes/chillerlan-OAuth-Core-OAuthInterface.html b/classes/chillerlan-OAuth-Core-OAuthInterface.html index 35cb131..6369e1f 100644 --- a/classes/chillerlan-OAuth-Core-OAuthInterface.html +++ b/classes/chillerlan-OAuth-Core-OAuthInterface.html @@ -226,7 +226,7 @@

     : UriInterface

    Prepares the URL with optional $params which redirects to the provider's authorization prompt -and returns a PSR-7 UriInterface with all necessary parameters set
    +and returns a PSR-7 UriInterface with all necessary parameters set.
    getStorage() @@ -497,7 +497,7 @@

    @@ -533,12 +533,12 @@

    Prepares the URL with optional $params which redirects to the provider's authorization prompt -and returns a PSR-7 UriInterface with all necessary parameters set

    +and returns a PSR-7 UriInterface with all necessary parameters set.

    public @@ -546,7 +546,10 @@

    - +

    If the provider supports RFC-9126 "Pushed Authorization Requests (PAR)", a request to the PAR endpoint +shall be made within this method in order to send authorization data and obtain a temporary request URI.

    +
    +

    Parameters
    @@ -587,6 +590,22 @@
    https://datatracker.ietf.org/doc/html/rfc6749#section-4.1.1 + +
    + see +
    +
    + https://datatracker.ietf.org/doc/html/rfc9126 + + +
    +
    + see +
    +
    + PAR + +
    @@ -610,7 +629,7 @@

    @@ -646,7 +665,7 @@

    @@ -728,7 +747,7 @@

    @@ -774,7 +793,7 @@

    @@ -820,7 +839,7 @@

    @@ -866,7 +885,7 @@

    @@ -912,7 +931,7 @@

    @@ -958,7 +977,7 @@

    diff --git a/classes/chillerlan-OAuth-Core-PAR.html b/classes/chillerlan-OAuth-Core-PAR.html new file mode 100644 index 0000000..87921ed --- /dev/null +++ b/classes/chillerlan-OAuth-Core-PAR.html @@ -0,0 +1,407 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
    +

    Documentation

    + + + + + +
    + +
    +
    + + + + +
    +
    + + +
    +

    + PAR +
    + in + +
    +

    + + + +

    Specifies the methods required for the OAuth2 Pushed Authorization Requests (PAR)

    + + + +
    + Tags + + +
    +
    +
    + see +
    +
    + https://datatracker.ietf.org/doc/html/rfc9126 + + +
    +
    + + + +

    + Table of Contents + + +

    + + + + + + + + + + +

    + Methods + + +

    +
    +
    + getParRequestUri() + +  : UriInterface +
    +
    Sends the given authorization request parameters to the PAR endpoint and returns +the full authorization URL including the URN obtained from the PAR request
    + +
    + + + + + + +
    +

    + Methods + + +

    +
    +

    + getParRequestUri() + + +

    + + +

    Sends the given authorization request parameters to the PAR endpoint and returns +the full authorization URL including the URN obtained from the PAR request

    + + + public + getParRequestUri(array<string|int, mixed> $body) : UriInterface + +
    +
    + +
    Parameters
    +
    +
    + $body + : array<string|int, mixed> +
    +
    + +
    +
    + + +
    + Tags + + +
    +
    +
    + see +
    +
    + https://datatracker.ietf.org/doc/html/rfc9126#section-1.1 + + +
    +
    + +
    +
    Return values
    + UriInterface +
    + +
    +
    + +
    +
    +
    +
    +
    
    +        
    + +
    +
    + + + +
    +
    +
    + +
    + On this page + + +
    + +
    +
    +
    +
    +
    +

    Search results

    + +
    +
    +
      +
      +
      +
      +
      + + +
      + + + + + + + + diff --git a/classes/chillerlan-OAuth-Core-PKCE.html b/classes/chillerlan-OAuth-Core-PKCE.html index 488568b..b9d41a5 100644 --- a/classes/chillerlan-OAuth-Core-PKCE.html +++ b/classes/chillerlan-OAuth-Core-PKCE.html @@ -129,11 +129,12 @@

      - +

      Specifies the methods required for the OAuth2 Proof Key for Code Exchange (PKCE)

      +

      @@ -260,7 +261,7 @@

      @@ -288,7 +289,7 @@

      @@ -316,7 +317,7 @@

      @@ -356,7 +357,7 @@

      @@ -424,7 +425,7 @@

      @@ -485,7 +486,7 @@

      @@ -562,7 +563,7 @@

      diff --git a/classes/chillerlan-OAuth-Providers-Amazon.html b/classes/chillerlan-OAuth-Providers-Amazon.html index 7077ca4..3734e10 100644 --- a/classes/chillerlan-OAuth-Providers-Amazon.html +++ b/classes/chillerlan-OAuth-Providers-Amazon.html @@ -311,6 +311,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -557,6 +564,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1013,7 +1027,7 @@

      @@ -1164,6 +1178,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1708,7 +1771,7 @@

      @@ -1774,7 +1837,7 @@

      @@ -1843,7 +1906,7 @@

      @@ -2099,7 +2162,7 @@

      @@ -2962,7 +3025,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3008,7 +3071,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3061,7 +3124,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3176,6 +3239,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3199,7 +3322,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3416,7 +3539,7 @@

      @@ -3613,7 +3736,7 @@

      @@ -3690,7 +3813,7 @@

      @@ -3743,7 +3866,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4038,6 +4161,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4079,6 +4203,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-AzureActiveDirectory.html b/classes/chillerlan-OAuth-Providers-AzureActiveDirectory.html index 21838b7..3ac4183 100644 --- a/classes/chillerlan-OAuth-Providers-AzureActiveDirectory.html +++ b/classes/chillerlan-OAuth-Providers-AzureActiveDirectory.html @@ -316,6 +316,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -554,6 +561,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -984,7 +998,7 @@

      @@ -1135,6 +1149,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1678,7 +1741,7 @@

      @@ -1744,7 +1807,7 @@

      @@ -1813,7 +1876,7 @@

      @@ -2012,7 +2075,7 @@

      @@ -2875,7 +2938,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2921,7 +2984,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -2974,7 +3037,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3089,6 +3152,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3112,7 +3235,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3329,7 +3452,7 @@

      @@ -3526,7 +3649,7 @@

      @@ -3603,7 +3726,7 @@

      @@ -3656,7 +3779,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3950,6 +4073,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -3990,6 +4114,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-BattleNet.html b/classes/chillerlan-OAuth-Providers-BattleNet.html index a1d980e..786f119 100644 --- a/classes/chillerlan-OAuth-Providers-BattleNet.html +++ b/classes/chillerlan-OAuth-Providers-BattleNet.html @@ -321,6 +321,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -579,6 +586,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1122,7 +1136,7 @@

      @@ -1273,6 +1287,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1849,7 +1912,7 @@

      @@ -1915,7 +1978,7 @@

      @@ -1984,7 +2047,7 @@

      @@ -2240,7 +2303,7 @@

      @@ -3164,7 +3227,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3210,7 +3273,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3263,7 +3326,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3378,6 +3441,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3401,7 +3524,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3605,7 +3728,7 @@

      @@ -3802,7 +3925,7 @@

      @@ -3879,7 +4002,7 @@

      @@ -3932,7 +4055,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4230,6 +4353,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $region
    • $requestFactory
    • @@ -4273,6 +4397,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-BigCartel.html b/classes/chillerlan-OAuth-Providers-BigCartel.html index c7870a9..771dca3 100644 --- a/classes/chillerlan-OAuth-Providers-BigCartel.html +++ b/classes/chillerlan-OAuth-Providers-BigCartel.html @@ -293,6 +293,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -551,6 +558,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -923,7 +937,7 @@

      @@ -1074,6 +1088,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1601,7 +1664,7 @@

      @@ -1667,7 +1730,7 @@

      @@ -1736,7 +1799,7 @@

      @@ -2052,7 +2115,7 @@

      @@ -2915,7 +2978,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3022,7 +3085,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3075,7 +3138,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3190,6 +3253,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3213,7 +3336,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3430,7 +3553,7 @@

      @@ -3627,7 +3750,7 @@

      @@ -3704,7 +3827,7 @@

      @@ -3757,7 +3880,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4049,6 +4172,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4092,6 +4216,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Bitbucket.html b/classes/chillerlan-OAuth-Providers-Bitbucket.html index 586b3bb..525d3bc 100644 --- a/classes/chillerlan-OAuth-Providers-Bitbucket.html +++ b/classes/chillerlan-OAuth-Providers-Bitbucket.html @@ -279,6 +279,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -525,6 +532,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -869,7 +883,7 @@

      @@ -1020,6 +1034,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1564,7 +1627,7 @@

      @@ -1630,7 +1693,7 @@

      @@ -1699,7 +1762,7 @@

      @@ -1955,7 +2018,7 @@

      @@ -2818,7 +2881,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2864,7 +2927,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -2917,7 +2980,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3032,6 +3095,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3055,7 +3178,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3272,7 +3395,7 @@

      @@ -3469,7 +3592,7 @@

      @@ -3546,7 +3669,7 @@

      @@ -3599,7 +3722,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3890,6 +4013,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -3931,6 +4055,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Codeberg.html b/classes/chillerlan-OAuth-Providers-Codeberg.html index d20215e..c6f3f9b 100644 --- a/classes/chillerlan-OAuth-Providers-Codeberg.html +++ b/classes/chillerlan-OAuth-Providers-Codeberg.html @@ -144,11 +144,11 @@

      -

      Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.

      +

      Codeberg OAuth2

      @@ -200,7 +200,7 @@

      -
      CSRFToken
      Specifies the methods required for the OAuth2 CSRF token validation ("state parameter")
      PKCE
      TokenRefresh
      Indicates whether the provider is capable of the OAuth2 token refresh.
      UserInfo
      This nterface indicates whether the service can provide information about the currently authenticated user, +
      CSRFToken
      Specifies the methods required for the OAuth2 CSRF token validation ("state parameter")
      PKCE
      Specifies the methods required for the OAuth2 Proof Key for Code Exchange (PKCE)
      TokenRefresh
      Indicates whether the provider is capable of the OAuth2 token refresh.
      UserInfo
      This nterface indicates whether the service can provide information about the currently authenticated user, usually via a "/me", "/user" or "/tokeninfo" endpoint.
      @@ -463,6 +463,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -708,6 +715,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -815,7 +829,7 @@

      @@ -843,7 +857,7 @@

      @@ -871,7 +885,7 @@

      @@ -899,7 +913,7 @@

      @@ -927,7 +941,7 @@

      @@ -955,7 +969,7 @@

      @@ -983,7 +997,7 @@

      @@ -1011,7 +1025,7 @@

      @@ -1039,7 +1053,7 @@

      @@ -1067,7 +1081,7 @@

      @@ -1095,7 +1109,7 @@

      @@ -1123,7 +1137,7 @@

      @@ -1151,7 +1165,7 @@

      @@ -1179,7 +1193,7 @@

      @@ -1207,7 +1221,7 @@

      @@ -1235,7 +1249,7 @@

      @@ -1263,7 +1277,7 @@

      @@ -1291,7 +1305,7 @@

      @@ -1319,7 +1333,7 @@

      @@ -1347,7 +1361,7 @@

      @@ -1375,7 +1389,7 @@

      @@ -1403,7 +1417,7 @@

      @@ -1431,7 +1445,7 @@

      @@ -1459,7 +1473,7 @@

      @@ -1487,7 +1501,7 @@

      @@ -1515,7 +1529,7 @@

      @@ -1543,7 +1557,7 @@

      @@ -1571,7 +1585,7 @@

      @@ -1599,7 +1613,7 @@

      @@ -1671,7 +1685,7 @@

      @@ -1704,7 +1718,7 @@

      @@ -1737,7 +1751,7 @@

      @@ -1770,7 +1784,7 @@

      @@ -1803,7 +1817,7 @@

      @@ -1836,7 +1850,7 @@

      @@ -1987,6 +2001,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -2405,7 +2468,7 @@

      @@ -2530,7 +2593,7 @@

      @@ -2596,7 +2659,7 @@

      @@ -2665,7 +2728,7 @@

      @@ -2864,7 +2927,7 @@

      @@ -2921,7 +2984,7 @@

      @@ -3784,7 +3847,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3830,7 +3893,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3883,7 +3946,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3998,6 +4061,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -4021,7 +4144,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -4238,7 +4361,7 @@

      @@ -4435,7 +4558,7 @@

      @@ -4512,7 +4635,7 @@

      @@ -4565,7 +4688,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4884,6 +5007,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4925,6 +5049,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Deezer.html b/classes/chillerlan-OAuth-Providers-Deezer.html index cf399be..3278606 100644 --- a/classes/chillerlan-OAuth-Providers-Deezer.html +++ b/classes/chillerlan-OAuth-Providers-Deezer.html @@ -333,6 +333,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -578,6 +585,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1174,7 +1188,7 @@

      @@ -1325,6 +1339,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3389,7 +3512,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3797,7 +3920,7 @@

      @@ -3874,7 +3997,7 @@

      @@ -3927,7 +4050,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4227,6 +4350,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4268,6 +4392,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-DeviantArt.html b/classes/chillerlan-OAuth-Providers-DeviantArt.html index 3f978ec..144ff4d 100644 --- a/classes/chillerlan-OAuth-Providers-DeviantArt.html +++ b/classes/chillerlan-OAuth-Providers-DeviantArt.html @@ -357,6 +357,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -608,6 +615,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1316,7 +1330,7 @@

      @@ -1467,6 +1481,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1994,7 +2057,7 @@

      @@ -2060,7 +2123,7 @@

      @@ -2129,7 +2192,7 @@

      @@ -2445,7 +2508,7 @@

      @@ -3308,7 +3371,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3354,7 +3417,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3407,7 +3470,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3522,6 +3585,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3545,7 +3668,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3762,7 +3885,7 @@

      @@ -3959,7 +4082,7 @@

      @@ -4036,7 +4159,7 @@

      @@ -4089,7 +4212,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4393,6 +4516,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4435,6 +4559,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Discord.html b/classes/chillerlan-OAuth-Providers-Discord.html index 14422c7..fe9b2fe 100644 --- a/classes/chillerlan-OAuth-Providers-Discord.html +++ b/classes/chillerlan-OAuth-Providers-Discord.html @@ -399,6 +399,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -651,6 +658,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1555,7 +1569,7 @@

      @@ -1706,6 +1720,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -2234,7 +2297,7 @@

      @@ -2300,7 +2363,7 @@

      @@ -2369,7 +2432,7 @@

      @@ -2685,7 +2748,7 @@

      @@ -3548,7 +3611,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3594,7 +3657,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3647,7 +3710,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3762,6 +3825,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3785,7 +3908,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -4002,7 +4125,7 @@

      @@ -4199,7 +4322,7 @@

      @@ -4276,7 +4399,7 @@

      @@ -4329,7 +4452,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4640,6 +4763,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4682,6 +4806,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Foursquare.html b/classes/chillerlan-OAuth-Providers-Foursquare.html index 4b6a532..957ed0a 100644 --- a/classes/chillerlan-OAuth-Providers-Foursquare.html +++ b/classes/chillerlan-OAuth-Providers-Foursquare.html @@ -303,6 +303,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -546,6 +553,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1002,7 +1016,7 @@

      @@ -1153,6 +1167,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1696,7 +1759,7 @@

      @@ -1762,7 +1825,7 @@

      @@ -1831,7 +1894,7 @@

      @@ -2087,7 +2150,7 @@

      @@ -2947,7 +3010,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2993,7 +3056,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3046,7 +3109,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3161,6 +3224,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3184,7 +3307,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3401,7 +3524,7 @@

      @@ -3598,7 +3721,7 @@

      @@ -3675,7 +3798,7 @@

      @@ -3728,7 +3851,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4023,6 +4146,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4064,6 +4188,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-GitHub.html b/classes/chillerlan-OAuth-Providers-GitHub.html index d818f4b..980cea1 100644 --- a/classes/chillerlan-OAuth-Providers-GitHub.html +++ b/classes/chillerlan-OAuth-Providers-GitHub.html @@ -457,6 +457,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -702,6 +709,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1802,7 +1816,7 @@

      @@ -1953,6 +1967,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -2496,7 +2559,7 @@

      @@ -2562,7 +2625,7 @@

      @@ -2631,7 +2694,7 @@

      @@ -2887,7 +2950,7 @@

      @@ -3750,7 +3813,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3796,7 +3859,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3849,7 +3912,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3964,6 +4027,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3987,7 +4110,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -4204,7 +4327,7 @@

      @@ -4401,7 +4524,7 @@

      @@ -4478,7 +4601,7 @@

      @@ -4531,7 +4654,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4849,6 +4972,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4890,6 +5014,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-GitLab.html b/classes/chillerlan-OAuth-Providers-GitLab.html index 0a20650..b73d53f 100644 --- a/classes/chillerlan-OAuth-Providers-GitLab.html +++ b/classes/chillerlan-OAuth-Providers-GitLab.html @@ -279,6 +279,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -525,6 +532,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -869,7 +883,7 @@

      @@ -1020,6 +1034,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1564,7 +1627,7 @@

      @@ -1630,7 +1693,7 @@

      @@ -1699,7 +1762,7 @@

      @@ -1955,7 +2018,7 @@

      @@ -2818,7 +2881,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2864,7 +2927,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -2917,7 +2980,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3032,6 +3095,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3055,7 +3178,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3272,7 +3395,7 @@

      @@ -3469,7 +3592,7 @@

      @@ -3546,7 +3669,7 @@

      @@ -3599,7 +3722,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3890,6 +4013,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -3931,6 +4055,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Gitea.html b/classes/chillerlan-OAuth-Providers-Gitea.html index 7496dbc..c9d01bd 100644 --- a/classes/chillerlan-OAuth-Providers-Gitea.html +++ b/classes/chillerlan-OAuth-Providers-Gitea.html @@ -144,11 +144,11 @@

      -

      Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.

      +

      Gitea OAuth2

      @@ -184,7 +184,7 @@

      -
      CSRFToken
      Specifies the methods required for the OAuth2 CSRF token validation ("state parameter")
      PKCE
      TokenRefresh
      Indicates whether the provider is capable of the OAuth2 token refresh.
      UserInfo
      This nterface indicates whether the service can provide information about the currently authenticated user, +
      CSRFToken
      Specifies the methods required for the OAuth2 CSRF token validation ("state parameter")
      PKCE
      Specifies the methods required for the OAuth2 Proof Key for Code Exchange (PKCE)
      TokenRefresh
      Indicates whether the provider is capable of the OAuth2 token refresh.
      UserInfo
      This nterface indicates whether the service can provide information about the currently authenticated user, usually via a "/me", "/user" or "/tokeninfo" endpoint.
      @@ -429,6 +429,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -674,6 +681,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -781,7 +795,7 @@

      @@ -809,7 +823,7 @@

      @@ -837,7 +851,7 @@

      @@ -865,7 +879,7 @@

      @@ -893,7 +907,7 @@

      @@ -921,7 +935,7 @@

      @@ -949,7 +963,7 @@

      @@ -977,7 +991,7 @@

      @@ -1005,7 +1019,7 @@

      @@ -1033,7 +1047,7 @@

      @@ -1061,7 +1075,7 @@

      @@ -1089,7 +1103,7 @@

      @@ -1117,7 +1131,7 @@

      @@ -1145,7 +1159,7 @@

      @@ -1173,7 +1187,7 @@

      @@ -1201,7 +1215,7 @@

      @@ -1229,7 +1243,7 @@

      @@ -1257,7 +1271,7 @@

      @@ -1285,7 +1299,7 @@

      @@ -1313,7 +1327,7 @@

      @@ -1341,7 +1355,7 @@

      @@ -1369,7 +1383,7 @@

      @@ -1397,7 +1411,7 @@

      @@ -1425,7 +1439,7 @@

      @@ -1453,7 +1467,7 @@

      @@ -1481,7 +1495,7 @@

      @@ -1553,7 +1567,7 @@

      @@ -1586,7 +1600,7 @@

      @@ -1619,7 +1633,7 @@

      @@ -1652,7 +1666,7 @@

      @@ -1685,7 +1699,7 @@

      @@ -1718,7 +1732,7 @@

      @@ -1869,6 +1883,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -2287,7 +2350,7 @@

      @@ -2412,7 +2475,7 @@

      @@ -2478,7 +2541,7 @@

      @@ -2547,7 +2610,7 @@

      @@ -2746,7 +2809,7 @@

      @@ -2803,7 +2866,7 @@

      @@ -3666,7 +3729,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3712,7 +3775,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3765,7 +3828,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3880,6 +3943,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3903,7 +4026,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -4120,7 +4243,7 @@

      @@ -4317,7 +4440,7 @@

      @@ -4394,7 +4517,7 @@

      @@ -4447,7 +4570,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4763,6 +4886,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4804,6 +4928,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Google.html b/classes/chillerlan-OAuth-Providers-Google.html index 974ebc2..a27f052 100644 --- a/classes/chillerlan-OAuth-Providers-Google.html +++ b/classes/chillerlan-OAuth-Providers-Google.html @@ -325,6 +325,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -570,6 +577,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1054,7 +1068,7 @@

      @@ -1205,6 +1219,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1748,7 +1811,7 @@

      @@ -1814,7 +1877,7 @@

      @@ -1883,7 +1946,7 @@

      @@ -2139,7 +2202,7 @@

      @@ -3002,7 +3065,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3048,7 +3111,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3101,7 +3164,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3216,6 +3279,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3239,7 +3362,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3456,7 +3579,7 @@

      @@ -3653,7 +3776,7 @@

      @@ -3730,7 +3853,7 @@

      @@ -3783,7 +3906,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4079,6 +4202,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4120,6 +4244,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-GuildWars2.html b/classes/chillerlan-OAuth-Providers-GuildWars2.html index 1a2b351..f98cbeb 100644 --- a/classes/chillerlan-OAuth-Providers-GuildWars2.html +++ b/classes/chillerlan-OAuth-Providers-GuildWars2.html @@ -350,6 +350,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -601,6 +608,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1226,7 +1240,7 @@

      @@ -1377,6 +1391,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3487,7 +3610,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3704,7 +3827,7 @@

      @@ -3901,7 +4024,7 @@

      @@ -3978,7 +4101,7 @@

      @@ -4031,7 +4154,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4332,6 +4455,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4374,6 +4498,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Imgur.html b/classes/chillerlan-OAuth-Providers-Imgur.html index bf7e8fd..5f3ccb7 100644 --- a/classes/chillerlan-OAuth-Providers-Imgur.html +++ b/classes/chillerlan-OAuth-Providers-Imgur.html @@ -282,6 +282,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -527,6 +534,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -871,7 +885,7 @@

      @@ -1022,6 +1036,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3056,7 +3179,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3273,7 +3396,7 @@

      @@ -3470,7 +3593,7 @@

      @@ -3547,7 +3670,7 @@

      @@ -3600,7 +3723,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3891,6 +4014,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -3932,6 +4056,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-MailChimp.html b/classes/chillerlan-OAuth-Providers-MailChimp.html index 7c8ef34..45e45df 100644 --- a/classes/chillerlan-OAuth-Providers-MailChimp.html +++ b/classes/chillerlan-OAuth-Providers-MailChimp.html @@ -299,6 +299,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -549,6 +556,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -948,7 +962,7 @@

      @@ -1099,6 +1113,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3192,7 +3315,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3409,7 +3532,7 @@

      @@ -3606,7 +3729,7 @@

      @@ -3683,7 +3806,7 @@

      @@ -3736,7 +3859,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4042,6 +4165,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4084,6 +4208,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Mastodon.html b/classes/chillerlan-OAuth-Providers-Mastodon.html index 800a0d5..7c40465 100644 --- a/classes/chillerlan-OAuth-Providers-Mastodon.html +++ b/classes/chillerlan-OAuth-Providers-Mastodon.html @@ -323,6 +323,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -575,6 +582,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1059,7 +1073,7 @@

      @@ -1243,6 +1257,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3338,7 +3461,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3555,7 +3678,7 @@

      @@ -3752,7 +3875,7 @@

      @@ -3829,7 +3952,7 @@

      @@ -3882,7 +4005,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4179,6 +4302,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4221,6 +4345,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-MicrosoftGraph.html b/classes/chillerlan-OAuth-Providers-MicrosoftGraph.html index 7f174e5..6dbde19 100644 --- a/classes/chillerlan-OAuth-Providers-MicrosoftGraph.html +++ b/classes/chillerlan-OAuth-Providers-MicrosoftGraph.html @@ -324,6 +324,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -570,6 +577,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1113,7 +1127,7 @@

      @@ -1264,6 +1278,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1808,7 +1871,7 @@

      @@ -1874,7 +1937,7 @@

      @@ -1943,7 +2006,7 @@

      @@ -2199,7 +2262,7 @@

      @@ -3062,7 +3125,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3108,7 +3171,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3161,7 +3224,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3276,6 +3339,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3299,7 +3422,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3516,7 +3639,7 @@

      @@ -3713,7 +3836,7 @@

      @@ -3790,7 +3913,7 @@

      @@ -3843,7 +3966,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4141,6 +4264,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4182,6 +4306,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Mixcloud.html b/classes/chillerlan-OAuth-Providers-Mixcloud.html index 6b80c82..828b2c0 100644 --- a/classes/chillerlan-OAuth-Providers-Mixcloud.html +++ b/classes/chillerlan-OAuth-Providers-Mixcloud.html @@ -287,6 +287,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -532,6 +539,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -904,7 +918,7 @@

      @@ -1055,6 +1069,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1598,7 +1661,7 @@

      @@ -1664,7 +1727,7 @@

      @@ -1733,7 +1796,7 @@

      @@ -1989,7 +2052,7 @@

      @@ -2852,7 +2915,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2898,7 +2961,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -2951,7 +3014,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3066,6 +3129,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3089,7 +3212,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3306,7 +3429,7 @@

      @@ -3503,7 +3626,7 @@

      @@ -3580,7 +3703,7 @@

      @@ -3633,7 +3756,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3925,6 +4048,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -3966,6 +4090,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-MusicBrainz.html b/classes/chillerlan-OAuth-Providers-MusicBrainz.html index 69059cd..bd1623a 100644 --- a/classes/chillerlan-OAuth-Providers-MusicBrainz.html +++ b/classes/chillerlan-OAuth-Providers-MusicBrainz.html @@ -335,6 +335,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -584,6 +591,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1152,7 +1166,7 @@

      @@ -1303,6 +1317,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1830,7 +1893,7 @@

      @@ -1896,7 +1959,7 @@

      @@ -1965,7 +2028,7 @@

      @@ -2281,7 +2344,7 @@

      @@ -3134,7 +3197,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3180,7 +3243,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3233,7 +3296,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3348,6 +3411,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3602,7 +3725,7 @@

      @@ -3799,7 +3922,7 @@

      @@ -3876,7 +3999,7 @@

      @@ -3929,7 +4052,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4228,6 +4351,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4270,6 +4394,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-NPROne.html b/classes/chillerlan-OAuth-Providers-NPROne.html index f5cd536..52682bd 100644 --- a/classes/chillerlan-OAuth-Providers-NPROne.html +++ b/classes/chillerlan-OAuth-Providers-NPROne.html @@ -323,6 +323,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -582,6 +589,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1094,7 +1108,7 @@

      @@ -1245,6 +1259,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1773,7 +1836,7 @@

      @@ -1839,7 +1902,7 @@

      @@ -1908,7 +1971,7 @@

      @@ -2224,7 +2287,7 @@

      @@ -3148,7 +3211,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3194,7 +3257,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3247,7 +3310,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3362,6 +3425,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3385,7 +3508,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3602,7 +3725,7 @@

      @@ -3799,7 +3922,7 @@

      @@ -3876,7 +3999,7 @@

      @@ -3929,7 +4052,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4226,6 +4349,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4269,6 +4393,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-OpenStreetmap2.html b/classes/chillerlan-OAuth-Providers-OpenStreetmap2.html index 4c3e041..3faf9d3 100644 --- a/classes/chillerlan-OAuth-Providers-OpenStreetmap2.html +++ b/classes/chillerlan-OAuth-Providers-OpenStreetmap2.html @@ -355,6 +355,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -601,6 +608,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1225,7 +1239,7 @@

      @@ -1376,6 +1390,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1920,7 +1983,7 @@

      @@ -1986,7 +2049,7 @@

      @@ -2055,7 +2118,7 @@

      @@ -2311,7 +2374,7 @@

      @@ -3174,7 +3237,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3220,7 +3283,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3273,7 +3336,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3388,6 +3451,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3411,7 +3534,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3628,7 +3751,7 @@

      @@ -3825,7 +3948,7 @@

      @@ -3902,7 +4025,7 @@

      @@ -3955,7 +4078,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4256,6 +4379,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4297,6 +4421,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Patreon.html b/classes/chillerlan-OAuth-Providers-Patreon.html index 2166daf..e6afe0f 100644 --- a/classes/chillerlan-OAuth-Providers-Patreon.html +++ b/classes/chillerlan-OAuth-Providers-Patreon.html @@ -367,6 +367,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -613,6 +620,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1293,7 +1307,7 @@

      @@ -1444,6 +1458,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1988,7 +2051,7 @@

      @@ -2054,7 +2117,7 @@

      @@ -2123,7 +2186,7 @@

      @@ -2372,7 +2435,7 @@

      @@ -3235,7 +3298,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3281,7 +3344,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3334,7 +3397,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3449,6 +3512,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3472,7 +3595,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3689,7 +3812,7 @@

      @@ -3886,7 +4009,7 @@

      @@ -3963,7 +4086,7 @@

      @@ -4016,7 +4139,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4319,6 +4442,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4360,6 +4484,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-PayPal.html b/classes/chillerlan-OAuth-Providers-PayPal.html index 4a85eb7..0e64b36 100644 --- a/classes/chillerlan-OAuth-Providers-PayPal.html +++ b/classes/chillerlan-OAuth-Providers-PayPal.html @@ -321,6 +321,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -567,6 +574,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1107,7 +1121,7 @@

      @@ -1258,6 +1272,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1802,7 +1865,7 @@

      @@ -1868,7 +1931,7 @@

      @@ -1937,7 +2000,7 @@

      @@ -2193,7 +2256,7 @@

      @@ -3056,7 +3119,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3102,7 +3165,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3155,7 +3218,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3270,6 +3333,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3293,7 +3416,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3510,7 +3633,7 @@

      @@ -3707,7 +3830,7 @@

      @@ -3784,7 +3907,7 @@

      @@ -3837,7 +3960,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4135,6 +4258,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4176,6 +4300,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-PayPalSandbox.html b/classes/chillerlan-OAuth-Providers-PayPalSandbox.html index 4361480..2118f43 100644 --- a/classes/chillerlan-OAuth-Providers-PayPalSandbox.html +++ b/classes/chillerlan-OAuth-Providers-PayPalSandbox.html @@ -312,6 +312,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -558,6 +565,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1100,7 +1114,7 @@

      @@ -1251,6 +1265,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1795,7 +1858,7 @@

      @@ -1861,7 +1924,7 @@

      @@ -1930,7 +1993,7 @@

      @@ -2186,7 +2249,7 @@

      @@ -3049,7 +3112,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3095,7 +3158,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3148,7 +3211,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3263,6 +3326,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3286,7 +3409,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3503,7 +3626,7 @@

      @@ -3700,7 +3823,7 @@

      @@ -3777,7 +3900,7 @@

      @@ -3830,7 +3953,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4128,6 +4251,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4169,6 +4293,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Pinterest.html b/classes/chillerlan-OAuth-Providers-Pinterest.html index 41ad306..849edac 100644 --- a/classes/chillerlan-OAuth-Providers-Pinterest.html +++ b/classes/chillerlan-OAuth-Providers-Pinterest.html @@ -144,11 +144,11 @@

      -

      Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.

      +

      Pinterest OAuth2

      @@ -369,6 +369,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -614,6 +621,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -721,7 +735,7 @@

      @@ -749,7 +763,7 @@

      @@ -777,7 +791,7 @@

      @@ -805,7 +819,7 @@

      @@ -833,7 +847,7 @@

      @@ -861,7 +875,7 @@

      @@ -889,7 +903,7 @@

      @@ -917,7 +931,7 @@

      @@ -945,7 +959,7 @@

      @@ -973,7 +987,7 @@

      @@ -1001,7 +1015,7 @@

      @@ -1029,7 +1043,7 @@

      @@ -1057,7 +1071,7 @@

      @@ -1085,7 +1099,7 @@

      @@ -1113,7 +1127,7 @@

      @@ -1141,7 +1155,7 @@

      Pinterest.php : - 46 + 48 @@ -1213,7 +1227,7 @@

      @@ -1246,7 +1260,7 @@

      @@ -1279,7 +1293,7 @@

      @@ -1312,7 +1326,7 @@

      @@ -1345,7 +1359,7 @@

      @@ -1378,7 +1392,7 @@

      @@ -1529,6 +1543,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1947,7 +2010,7 @@

      @@ -2072,7 +2135,7 @@

      @@ -2138,7 +2201,7 @@

      @@ -2207,7 +2270,7 @@

      @@ -2406,7 +2469,7 @@

      @@ -2463,7 +2526,7 @@

      @@ -3326,7 +3389,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3372,7 +3435,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3425,7 +3488,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3540,6 +3603,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3563,7 +3686,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3780,7 +3903,7 @@

      @@ -3977,7 +4100,7 @@

      @@ -4054,7 +4177,7 @@

      @@ -4107,7 +4230,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4413,6 +4536,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4454,6 +4578,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Reddit.html b/classes/chillerlan-OAuth-Providers-Reddit.html index 912602c..e662536 100644 --- a/classes/chillerlan-OAuth-Providers-Reddit.html +++ b/classes/chillerlan-OAuth-Providers-Reddit.html @@ -144,11 +144,11 @@

      -

      Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.

      +

      Reddit OAuth2

      @@ -507,6 +507,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -758,6 +765,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -865,7 +879,7 @@

      @@ -893,7 +907,7 @@

      @@ -921,7 +935,7 @@

      @@ -949,7 +963,7 @@

      @@ -977,7 +991,7 @@

      @@ -1005,7 +1019,7 @@

      @@ -1033,7 +1047,7 @@

      @@ -1061,7 +1075,7 @@

      @@ -1089,7 +1103,7 @@

      @@ -1117,7 +1131,7 @@

      @@ -1145,7 +1159,7 @@

      @@ -1173,7 +1187,7 @@

      @@ -1201,7 +1215,7 @@

      @@ -1229,7 +1243,7 @@

      @@ -1257,7 +1271,7 @@

      @@ -1285,7 +1299,7 @@

      @@ -1313,7 +1327,7 @@

      @@ -1341,7 +1355,7 @@

      @@ -1369,7 +1383,7 @@

      @@ -1397,7 +1411,7 @@

      @@ -1425,7 +1439,7 @@

      @@ -1453,7 +1467,7 @@

      @@ -1481,7 +1495,7 @@

      @@ -1509,7 +1523,7 @@

      @@ -1537,7 +1551,7 @@

      @@ -1565,7 +1579,7 @@

      @@ -1593,7 +1607,7 @@

      @@ -1621,7 +1635,7 @@

      @@ -1649,7 +1663,7 @@

      @@ -1677,7 +1691,7 @@

      @@ -1705,7 +1719,7 @@

      @@ -1733,7 +1747,7 @@

      @@ -1761,7 +1775,7 @@

      @@ -1789,7 +1803,7 @@

      @@ -1817,7 +1831,7 @@

      Reddit.php : - 78 + 80 @@ -1889,7 +1903,7 @@

      @@ -1922,7 +1936,7 @@

      @@ -1955,7 +1969,7 @@

      @@ -1988,7 +2002,7 @@

      @@ -2021,7 +2035,7 @@

      @@ -2054,7 +2068,7 @@

      @@ -2205,6 +2219,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -2439,7 +2502,7 @@

      @@ -2607,7 +2670,7 @@

      @@ -2732,7 +2795,7 @@

      @@ -2798,7 +2861,7 @@

      @@ -2867,7 +2930,7 @@

      @@ -3066,7 +3129,7 @@

      @@ -3134,7 +3197,7 @@

      @@ -3191,7 +3254,7 @@

      @@ -4054,7 +4117,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -4100,7 +4163,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -4153,7 +4216,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -4268,6 +4331,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -4291,7 +4414,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -4508,7 +4631,7 @@

      @@ -4705,7 +4828,7 @@

      @@ -4782,7 +4905,7 @@

      @@ -4835,7 +4958,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -5160,6 +5283,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -5202,6 +5326,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Slack.html b/classes/chillerlan-OAuth-Providers-Slack.html index d25a90c..2469d3a 100644 --- a/classes/chillerlan-OAuth-Providers-Slack.html +++ b/classes/chillerlan-OAuth-Providers-Slack.html @@ -601,6 +601,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -846,6 +853,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -2618,7 +2632,7 @@

      @@ -2769,6 +2783,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -3312,7 +3375,7 @@

      @@ -3378,7 +3441,7 @@

      @@ -3447,7 +3510,7 @@

      @@ -3703,7 +3766,7 @@

      @@ -4566,7 +4629,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -4612,7 +4675,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -4665,7 +4728,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -4780,6 +4843,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -4803,7 +4926,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -5020,7 +5143,7 @@

      @@ -5217,7 +5340,7 @@

      @@ -5294,7 +5417,7 @@

      @@ -5347,7 +5470,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -5689,6 +5812,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -5730,6 +5854,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-SoundCloud.html b/classes/chillerlan-OAuth-Providers-SoundCloud.html index c74ad83..d585411 100644 --- a/classes/chillerlan-OAuth-Providers-SoundCloud.html +++ b/classes/chillerlan-OAuth-Providers-SoundCloud.html @@ -313,6 +313,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -558,6 +565,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -986,7 +1000,7 @@

      @@ -1137,6 +1151,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1680,7 +1743,7 @@

      @@ -1746,7 +1809,7 @@

      @@ -1815,7 +1878,7 @@

      @@ -2071,7 +2134,7 @@

      @@ -2934,7 +2997,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2980,7 +3043,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3033,7 +3096,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3148,6 +3211,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3171,7 +3294,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3388,7 +3511,7 @@

      @@ -3585,7 +3708,7 @@

      @@ -3662,7 +3785,7 @@

      @@ -3715,7 +3838,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4009,6 +4132,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4050,6 +4174,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Spotify.html b/classes/chillerlan-OAuth-Providers-Spotify.html index 0d922be..689c03d 100644 --- a/classes/chillerlan-OAuth-Providers-Spotify.html +++ b/classes/chillerlan-OAuth-Providers-Spotify.html @@ -439,6 +439,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -684,6 +691,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1715,7 +1729,7 @@

      @@ -1866,6 +1880,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -2409,7 +2472,7 @@

      @@ -2475,7 +2538,7 @@

      @@ -2544,7 +2607,7 @@

      @@ -2800,7 +2863,7 @@

      @@ -3663,7 +3726,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3709,7 +3772,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3762,7 +3825,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3877,6 +3940,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3900,7 +4023,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -4117,7 +4240,7 @@

      @@ -4314,7 +4437,7 @@

      @@ -4391,7 +4514,7 @@

      @@ -4444,7 +4567,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4759,6 +4882,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4800,6 +4924,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Stripe.html b/classes/chillerlan-OAuth-Providers-Stripe.html index 76c93a5..e911847 100644 --- a/classes/chillerlan-OAuth-Providers-Stripe.html +++ b/classes/chillerlan-OAuth-Providers-Stripe.html @@ -329,6 +329,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -580,6 +587,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1008,7 +1022,7 @@

      @@ -1159,6 +1173,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1686,7 +1749,7 @@

      @@ -1752,7 +1815,7 @@

      @@ -1821,7 +1884,7 @@

      @@ -2137,7 +2200,7 @@

      @@ -3000,7 +3063,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3046,7 +3109,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3099,7 +3162,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3214,6 +3277,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3237,7 +3360,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3454,7 +3577,7 @@

      @@ -3651,7 +3774,7 @@

      @@ -3728,7 +3851,7 @@

      @@ -3781,7 +3904,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4075,6 +4198,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4117,6 +4241,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Tumblr2.html b/classes/chillerlan-OAuth-Providers-Tumblr2.html index 14cdaba..fddc5c7 100644 --- a/classes/chillerlan-OAuth-Providers-Tumblr2.html +++ b/classes/chillerlan-OAuth-Providers-Tumblr2.html @@ -303,6 +303,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -548,6 +555,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1004,7 +1018,7 @@

      @@ -1155,6 +1169,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1698,7 +1761,7 @@

      @@ -1764,7 +1827,7 @@

      @@ -1833,7 +1896,7 @@

      @@ -2089,7 +2152,7 @@

      @@ -2952,7 +3015,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2998,7 +3061,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3051,7 +3114,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3166,6 +3229,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3189,7 +3312,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3406,7 +3529,7 @@

      @@ -3603,7 +3726,7 @@

      @@ -3680,7 +3803,7 @@

      @@ -3733,7 +3856,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4028,6 +4151,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4069,6 +4193,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Twitch.html b/classes/chillerlan-OAuth-Providers-Twitch.html index 626c135..6a9cd85 100644 --- a/classes/chillerlan-OAuth-Providers-Twitch.html +++ b/classes/chillerlan-OAuth-Providers-Twitch.html @@ -445,6 +445,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -696,6 +703,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1740,7 +1754,7 @@

      @@ -1891,6 +1905,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3983,7 +4106,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -4200,7 +4323,7 @@

      @@ -4397,7 +4520,7 @@

      @@ -4474,7 +4597,7 @@

      @@ -4857,6 +4980,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4899,6 +5023,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-TwitterCC.html b/classes/chillerlan-OAuth-Providers-TwitterCC.html index 3a29e0f..f9cefa1 100644 --- a/classes/chillerlan-OAuth-Providers-TwitterCC.html +++ b/classes/chillerlan-OAuth-Providers-TwitterCC.html @@ -312,6 +312,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -550,6 +557,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1075,6 +1089,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3068,7 +3191,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3285,7 +3408,7 @@

      @@ -3482,7 +3605,7 @@

      @@ -3559,7 +3682,7 @@

      @@ -3612,7 +3735,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3904,6 +4027,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -3944,6 +4068,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-Vimeo.html b/classes/chillerlan-OAuth-Providers-Vimeo.html index 3b71756..3b2e8c9 100644 --- a/classes/chillerlan-OAuth-Providers-Vimeo.html +++ b/classes/chillerlan-OAuth-Providers-Vimeo.html @@ -377,6 +377,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -628,6 +635,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1558,6 +1572,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -2085,7 +2148,7 @@

      @@ -2151,7 +2214,7 @@

      @@ -2220,7 +2283,7 @@

      @@ -2536,7 +2599,7 @@

      @@ -3399,7 +3462,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3445,7 +3508,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3498,7 +3561,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3613,6 +3676,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3636,7 +3759,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3853,7 +3976,7 @@

      @@ -4050,7 +4173,7 @@

      @@ -4127,7 +4250,7 @@

      @@ -4180,7 +4303,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4486,6 +4609,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4528,6 +4652,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-WordPress.html b/classes/chillerlan-OAuth-Providers-WordPress.html index a86637a..815b721 100644 --- a/classes/chillerlan-OAuth-Providers-WordPress.html +++ b/classes/chillerlan-OAuth-Providers-WordPress.html @@ -297,6 +297,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -542,6 +549,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -970,7 +984,7 @@

      @@ -1121,6 +1135,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1664,7 +1727,7 @@

      @@ -1730,7 +1793,7 @@

      @@ -1799,7 +1862,7 @@

      @@ -2055,7 +2118,7 @@

      @@ -2918,7 +2981,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2964,7 +3027,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3017,7 +3080,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3132,6 +3195,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3155,7 +3278,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3372,7 +3495,7 @@

      @@ -3569,7 +3692,7 @@

      @@ -3646,7 +3769,7 @@

      @@ -3699,7 +3822,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3993,6 +4116,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4034,6 +4158,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Providers-YouTube.html b/classes/chillerlan-OAuth-Providers-YouTube.html index 9dd6de4..c16eeec 100644 --- a/classes/chillerlan-OAuth-Providers-YouTube.html +++ b/classes/chillerlan-OAuth-Providers-YouTube.html @@ -315,6 +315,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -561,6 +568,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -1106,7 +1120,7 @@

      @@ -1257,6 +1271,55 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + + + + + +
      + Tags + + +
      +
      +
      + see +
      +
      + PAR + + +
      +
      +
      @@ -1801,7 +1864,7 @@

      @@ -1867,7 +1930,7 @@

      @@ -1936,7 +1999,7 @@

      @@ -2192,7 +2255,7 @@

      @@ -3055,7 +3118,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -3101,7 +3164,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -3154,7 +3217,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3269,6 +3332,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3292,7 +3415,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3509,7 +3632,7 @@

      @@ -3706,7 +3829,7 @@

      @@ -3783,7 +3906,7 @@

      @@ -3836,7 +3959,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -4134,6 +4257,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4175,6 +4299,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuth-Storage-FileStorage.html b/classes/chillerlan-OAuth-Storage-FileStorage.html index bd3135d..c266f1c 100644 --- a/classes/chillerlan-OAuth-Storage-FileStorage.html +++ b/classes/chillerlan-OAuth-Storage-FileStorage.html @@ -145,7 +145,7 @@

      -

      Implements a memory storage adapter.

      +

      Implements a filesystem storage adapter.

      Please note that the storage root directory needs permissions 0777 or is_writable() will fail. Subfolders created by this class will have permissions set to 0755.

      diff --git a/classes/chillerlan-OAuthTest-Providers-DummyOAuth2Provider.html b/classes/chillerlan-OAuthTest-Providers-DummyOAuth2Provider.html index 6d08719..71bb137 100644 --- a/classes/chillerlan-OAuthTest-Providers-DummyOAuth2Provider.html +++ b/classes/chillerlan-OAuthTest-Providers-DummyOAuth2Provider.html @@ -132,7 +132,7 @@

      implements - ClientCredentials, CSRFToken, PKCE, TokenRefresh, TokenInvalidate + ClientCredentials, CSRFToken, PAR, PKCE, TokenRefresh, TokenInvalidate

      @@ -171,7 +171,7 @@

      -
      ClientCredentials
      Indicates whether the provider is capable of the OAuth2 client credentials authentication flow.
      CSRFToken
      Specifies the methods required for the OAuth2 CSRF token validation ("state parameter")
      PKCE
      TokenRefresh
      Indicates whether the provider is capable of the OAuth2 token refresh.
      TokenInvalidate
      Indicates whether the provider is capable of invalidating access tokens
      +
      ClientCredentials
      Indicates whether the provider is capable of the OAuth2 client credentials authentication flow.
      CSRFToken
      Specifies the methods required for the OAuth2 CSRF token validation ("state parameter")
      PAR
      Specifies the methods required for the OAuth2 Pushed Authorization Requests (PAR)
      PKCE
      Specifies the methods required for the OAuth2 Proof Key for Code Exchange (PKCE)
      TokenRefresh
      Indicates whether the provider is capable of the OAuth2 token refresh.
      TokenInvalidate
      Indicates whether the provider is capable of invalidating access tokens
      @@ -285,6 +285,13 @@

       : OAuthOptions|SettingsContainerInterface

      +
      + $parAuthorizationURL + +  : string +
      +
      An optional PAR (Pushed Authorization Request) endpoint URL
      +
      $refreshTokenURL @@ -529,6 +536,13 @@

      fetches the provider's "me" endpoint and returns the JSON data as an array
      +
      + getParAuthorizationURLRequestParams() + +  : array<string|int, mixed> +
      +
      Parses the response from the PAR request and returns the query parameters for the authorization URL
      +
      getRefreshAccessTokenRequestBodyParams() @@ -636,7 +650,7 @@

      @@ -664,7 +678,7 @@

      @@ -692,7 +706,7 @@

      @@ -720,7 +734,7 @@

      @@ -792,7 +806,7 @@

      @@ -859,7 +873,7 @@

      @@ -926,7 +940,7 @@

      @@ -959,7 +973,7 @@

      @@ -1110,6 +1124,40 @@

      + +
      +

      + $parAuthorizationURL + + + + +

      + + +

      An optional PAR (Pushed Authorization Request) endpoint URL

      + + + protected + string + $parAuthorizationURL + = 'https://example.com/oauth2/par' + + + + +
      @@ -1344,7 +1392,7 @@

      @@ -1512,7 +1560,7 @@

      @@ -1637,7 +1685,7 @@

      @@ -1703,7 +1751,7 @@

      @@ -1772,7 +1820,7 @@

      @@ -1971,7 +2019,7 @@

      @@ -2031,7 +2079,7 @@

      @@ -2894,7 +2942,7 @@

      OAuth2Provider.php : - 185 + 196 @@ -2940,7 +2988,7 @@

      OAuth2Provider.php : - 58 + 69 @@ -2993,7 +3041,7 @@

      OAuth2Provider.php : - 288 + 299 @@ -3108,6 +3156,66 @@

      ProviderException + + + +
      +
      Return values
      + array<string|int, mixed> +
      + +
      +
      +

      + getParAuthorizationURLRequestParams() + + +

      + + +

      Parses the response from the PAR request and returns the query parameters for the authorization URL

      + + + protected + getParAuthorizationURLRequestParams(array<string|int, mixed> $response) : array<string|int, mixed> + +
      +
      + +
      Parameters
      +
      +
      + $response + : array<string|int, mixed> +
      +
      + +
      +
      + + +
      + Tags + + +
      +
      +
      + codeCoverageIgnore +
      +
      + +
      @@ -3131,7 +3239,7 @@

      OAuth2Provider.php : - 355 + 366 @@ -3348,7 +3456,7 @@

      @@ -3545,7 +3653,7 @@

      @@ -3622,7 +3730,7 @@

      @@ -3675,7 +3783,7 @@

      OAuth2Provider.php : - 301 + 312 @@ -3969,6 +4077,7 @@

      Return values
    • $logger
    • $name
    • $options
    • +
    • $parAuthorizationURL
    • $refreshTokenURL
    • $requestFactory
    • $revokeURL
    • @@ -4010,6 +4119,7 @@
      Return values
    • getAuthorizationURLRequestParams()
    • getClientCredentialsTokenRequestBodyParams()
    • getMeResponseData()
    • +
    • getParAuthorizationURLRequestParams()
    • getRefreshAccessTokenRequestBodyParams()
    • getRequestHeaders()
    • getRequestTarget()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-AmazonTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-AmazonTest.html index 24e361e..8b15675 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-AmazonTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-AmazonTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-BattleNetTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-BattleNetTest.html index 1c3cb88..881d969 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-BattleNetTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-BattleNetTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1269,7 +1281,7 @@

      @@ -1390,7 +1402,7 @@

      @@ -1421,7 +1433,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1452,7 +1464,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1483,7 +1495,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1514,7 +1526,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1545,7 +1557,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1576,7 +1588,7 @@

      @@ -1631,7 +1643,7 @@

      @@ -1662,7 +1674,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1724,7 +1736,7 @@

      @@ -1755,7 +1767,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1786,7 +1798,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1817,7 +1829,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1864,6 +1876,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1910,7 +1984,7 @@

      @@ -1972,7 +2046,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2526,7 +2600,7 @@

      @@ -2557,7 +2631,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2588,7 +2662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2619,7 +2693,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2650,7 +2724,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2681,7 +2755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2743,7 +2817,7 @@

      @@ -2774,7 +2848,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2805,7 +2879,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2898,7 +2972,7 @@

      @@ -2929,7 +3003,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2960,7 +3034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2991,7 +3065,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3022,7 +3096,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3053,7 +3127,7 @@

      @@ -3084,7 +3158,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3848,6 +3922,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html index 6ac64ab..11e2e8b 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-BigCartelTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-BitbucketTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-BitbucketTest.html index b7b552a..5be8be7 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-BitbucketTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-BitbucketTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-CodebergTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-CodebergTest.html index 834335d..d5c68fb 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-CodebergTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-CodebergTest.html @@ -392,6 +392,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1255,7 +1267,7 @@

      @@ -1376,7 +1388,7 @@

      @@ -1407,7 +1419,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1438,7 +1450,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1469,7 +1481,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1500,7 +1512,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1531,7 +1543,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1562,7 +1574,7 @@

      @@ -1617,7 +1629,7 @@

      @@ -1648,7 +1660,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1710,7 +1722,7 @@

      @@ -1741,7 +1753,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1772,7 +1784,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1803,7 +1815,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1850,6 +1862,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1896,7 +1970,7 @@

      @@ -1958,7 +2032,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2512,7 +2586,7 @@

      @@ -2543,7 +2617,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2574,7 +2648,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2605,7 +2679,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2636,7 +2710,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2667,7 +2741,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2729,7 +2803,7 @@

      @@ -2760,7 +2834,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2791,7 +2865,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2884,7 +2958,7 @@

      @@ -2915,7 +2989,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2946,7 +3020,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2977,7 +3051,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3008,7 +3082,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3039,7 +3113,7 @@

      @@ -3070,7 +3144,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3772,6 +3846,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-DeezerTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-DeezerTest.html index 32c075e..221faa2 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-DeezerTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-DeezerTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-DeviantArtTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-DeviantArtTest.html index f67e13a..7237587 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-DeviantArtTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-DeviantArtTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-DiscordTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-DiscordTest.html index b8a1108..9e5a591 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-DiscordTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-DiscordTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-FoursquareTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-FoursquareTest.html index c998a8a..b2d306a 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-FoursquareTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-FoursquareTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-GitHubTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-GitHubTest.html index 11b864b..1d300d3 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-GitHubTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-GitHubTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-GitLabTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-GitLabTest.html index 6028ee6..6c89f61 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-GitLabTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-GitLabTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-GiteaTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-GiteaTest.html index 6bc4c6f..020cf99 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-GiteaTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-GiteaTest.html @@ -392,6 +392,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1255,7 +1267,7 @@

      @@ -1376,7 +1388,7 @@

      @@ -1407,7 +1419,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1438,7 +1450,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1469,7 +1481,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1500,7 +1512,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1531,7 +1543,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1562,7 +1574,7 @@

      @@ -1617,7 +1629,7 @@

      @@ -1648,7 +1660,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1710,7 +1722,7 @@

      @@ -1741,7 +1753,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1772,7 +1784,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1803,7 +1815,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1850,6 +1862,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1896,7 +1970,7 @@

      @@ -1958,7 +2032,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2512,7 +2586,7 @@

      @@ -2543,7 +2617,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2574,7 +2648,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2605,7 +2679,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2636,7 +2710,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2667,7 +2741,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2729,7 +2803,7 @@

      @@ -2760,7 +2834,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2791,7 +2865,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2884,7 +2958,7 @@

      @@ -2915,7 +2989,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2946,7 +3020,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2977,7 +3051,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3008,7 +3082,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3039,7 +3113,7 @@

      @@ -3070,7 +3144,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3772,6 +3846,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-GoogleTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-GoogleTest.html index 6a6794d..facf737 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-GoogleTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-GoogleTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-GuildWars2Test.html b/classes/chillerlan-OAuthTest-Providers-Unit-GuildWars2Test.html index 56be467..c68c22b 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-GuildWars2Test.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-GuildWars2Test.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-ImgurTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-ImgurTest.html index 8f4d677..ba4de87 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-ImgurTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-ImgurTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-MailChimpTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-MailChimpTest.html index c660343..163c32f 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-MailChimpTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-MailChimpTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-MastodonTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-MastodonTest.html index e793f1d..ddc43ef 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-MastodonTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-MastodonTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1263,7 +1275,7 @@

      @@ -1384,7 +1396,7 @@

      @@ -1415,7 +1427,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1446,7 +1458,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1477,7 +1489,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1508,7 +1520,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1539,7 +1551,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1570,7 +1582,7 @@

      @@ -1625,7 +1637,7 @@

      @@ -1656,7 +1668,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1718,7 +1730,7 @@

      @@ -1749,7 +1761,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1780,7 +1792,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1811,7 +1823,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1858,6 +1870,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1904,7 +1978,7 @@

      @@ -1966,7 +2040,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2520,7 +2594,7 @@

      @@ -2551,7 +2625,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2582,7 +2656,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2613,7 +2687,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2644,7 +2718,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2675,7 +2749,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2737,7 +2811,7 @@

      @@ -2768,7 +2842,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2799,7 +2873,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2892,7 +2966,7 @@

      @@ -2923,7 +2997,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2954,7 +3028,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2985,7 +3059,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3016,7 +3090,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3047,7 +3121,7 @@

      @@ -3078,7 +3152,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3811,6 +3885,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-MicrosoftGraphTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-MicrosoftGraphTest.html index 108879c..d37a634 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-MicrosoftGraphTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-MicrosoftGraphTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-MixcloudTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-MixcloudTest.html index 4891f5c..908de25 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-MixcloudTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-MixcloudTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-MusicBrainzTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-MusicBrainzTest.html index e9f4d4d..4d5bf84 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-MusicBrainzTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-MusicBrainzTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-NPROneTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-NPROneTest.html index 8915384..9d87bce 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-NPROneTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-NPROneTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1263,7 +1275,7 @@

      @@ -1384,7 +1396,7 @@

      @@ -1415,7 +1427,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1446,7 +1458,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1477,7 +1489,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1508,7 +1520,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1539,7 +1551,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1570,7 +1582,7 @@

      @@ -1625,7 +1637,7 @@

      @@ -1656,7 +1668,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1718,7 +1730,7 @@

      @@ -1749,7 +1761,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1780,7 +1792,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1811,7 +1823,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1858,6 +1870,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1904,7 +1978,7 @@

      @@ -1966,7 +2040,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2520,7 +2594,7 @@

      @@ -2551,7 +2625,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2582,7 +2656,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2613,7 +2687,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2644,7 +2718,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2675,7 +2749,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2737,7 +2811,7 @@

      @@ -2768,7 +2842,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2799,7 +2873,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2892,7 +2966,7 @@

      @@ -2954,7 +3028,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2985,7 +3059,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -3016,7 +3090,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3047,7 +3121,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3078,7 +3152,7 @@

      @@ -3109,7 +3183,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3811,6 +3885,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2ProviderUnitTestAbstract.html b/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2ProviderUnitTestAbstract.html index 007f2b4..8ea3752 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2ProviderUnitTestAbstract.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2ProviderUnitTestAbstract.html @@ -388,6 +388,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1218,7 +1230,7 @@

      @@ -1339,7 +1351,7 @@

      @@ -1370,7 +1382,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1401,7 +1413,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1432,7 +1444,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1463,7 +1475,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1494,7 +1506,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1525,7 +1537,7 @@

      @@ -1580,7 +1592,7 @@

      @@ -1611,7 +1623,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1673,7 +1685,7 @@

      @@ -1704,7 +1716,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1735,7 +1747,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1766,7 +1778,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1813,6 +1825,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1859,7 +1933,7 @@

      @@ -1921,7 +1995,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2475,7 +2549,7 @@

      @@ -2506,7 +2580,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2537,7 +2611,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2568,7 +2642,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2599,7 +2673,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2630,7 +2704,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2692,7 +2766,7 @@

      @@ -2723,7 +2797,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2754,7 +2828,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2847,7 +2921,7 @@

      @@ -2878,7 +2952,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2909,7 +2983,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2940,7 +3014,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -2971,7 +3045,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3002,7 +3076,7 @@

      @@ -3033,7 +3107,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3734,6 +3808,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2Test.html b/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2Test.html index 59d3a76..e583e68 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2Test.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-OAuth2Test.html @@ -395,6 +395,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1258,7 +1270,7 @@

      @@ -1379,7 +1391,7 @@

      @@ -1410,7 +1422,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1441,7 +1453,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1472,7 +1484,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1503,7 +1515,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1534,7 +1546,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1565,7 +1577,7 @@

      @@ -1620,7 +1632,7 @@

      @@ -1651,7 +1663,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1713,7 +1725,7 @@

      @@ -1744,7 +1756,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1775,7 +1787,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1806,7 +1818,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1853,6 +1865,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1899,7 +1973,7 @@

      @@ -1961,7 +2035,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2515,7 +2589,7 @@

      @@ -2546,7 +2620,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2577,7 +2651,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2608,7 +2682,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2639,7 +2713,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2670,7 +2744,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2732,7 +2806,7 @@

      @@ -2763,7 +2837,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2794,7 +2868,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2887,7 +2961,7 @@

      @@ -2918,7 +2992,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2949,7 +3023,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2980,7 +3054,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3011,7 +3085,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3042,7 +3116,7 @@

      @@ -3073,7 +3147,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3775,6 +3849,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-OpenStreetmap2Test.html b/classes/chillerlan-OAuthTest-Providers-Unit-OpenStreetmap2Test.html index a622bdd..6f46e7a 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-OpenStreetmap2Test.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-OpenStreetmap2Test.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-PatreonTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-PatreonTest.html index ad9b76e..e5695b6 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-PatreonTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-PatreonTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1263,7 +1275,7 @@

      @@ -1384,7 +1396,7 @@

      @@ -1415,7 +1427,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1446,7 +1458,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1477,7 +1489,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1508,7 +1520,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1539,7 +1551,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1570,7 +1582,7 @@

      @@ -1625,7 +1637,7 @@

      @@ -1656,7 +1668,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1718,7 +1730,7 @@

      @@ -1749,7 +1761,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1780,7 +1792,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1811,7 +1823,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1858,6 +1870,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1904,7 +1978,7 @@

      @@ -1966,7 +2040,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2551,7 +2625,7 @@

      @@ -2582,7 +2656,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2613,7 +2687,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2644,7 +2718,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2675,7 +2749,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2706,7 +2780,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2768,7 +2842,7 @@

      @@ -2799,7 +2873,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2830,7 +2904,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2923,7 +2997,7 @@

      @@ -2954,7 +3028,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2985,7 +3059,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -3016,7 +3090,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3047,7 +3121,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3078,7 +3152,7 @@

      @@ -3109,7 +3183,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3811,6 +3885,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-PayPalTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-PayPalTest.html index 77c5ba0..b084daf 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-PayPalTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-PayPalTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-PinterestTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-PinterestTest.html index 7a02829..22b5164 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-PinterestTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-PinterestTest.html @@ -392,6 +392,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1255,7 +1267,7 @@

      @@ -1376,7 +1388,7 @@

      @@ -1407,7 +1419,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1438,7 +1450,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1469,7 +1481,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1500,7 +1512,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1531,7 +1543,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1562,7 +1574,7 @@

      @@ -1617,7 +1629,7 @@

      @@ -1648,7 +1660,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1710,7 +1722,7 @@

      @@ -1741,7 +1753,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1772,7 +1784,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1803,7 +1815,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1850,6 +1862,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1896,7 +1970,7 @@

      @@ -1958,7 +2032,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2512,7 +2586,7 @@

      @@ -2543,7 +2617,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2574,7 +2648,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2605,7 +2679,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2636,7 +2710,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2667,7 +2741,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2729,7 +2803,7 @@

      @@ -2760,7 +2834,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2791,7 +2865,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2884,7 +2958,7 @@

      @@ -2915,7 +2989,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2946,7 +3020,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2977,7 +3051,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3008,7 +3082,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3039,7 +3113,7 @@

      @@ -3070,7 +3144,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3772,6 +3846,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-RedditTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-RedditTest.html index 14ea0c0..481b333 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-RedditTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-RedditTest.html @@ -392,6 +392,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1255,7 +1267,7 @@

      @@ -1376,7 +1388,7 @@

      @@ -1407,7 +1419,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1438,7 +1450,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1469,7 +1481,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1500,7 +1512,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1531,7 +1543,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1562,7 +1574,7 @@

      @@ -1617,7 +1629,7 @@

      @@ -1648,7 +1660,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1710,7 +1722,7 @@

      @@ -1741,7 +1753,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1772,7 +1784,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1803,7 +1815,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1850,6 +1862,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1896,7 +1970,7 @@

      @@ -1958,7 +2032,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2512,7 +2586,7 @@

      @@ -2543,7 +2617,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2574,7 +2648,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2605,7 +2679,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2636,7 +2710,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2667,7 +2741,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2729,7 +2803,7 @@

      @@ -2760,7 +2834,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2791,7 +2865,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2884,7 +2958,7 @@

      @@ -2915,7 +2989,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2946,7 +3020,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2977,7 +3051,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3008,7 +3082,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3039,7 +3113,7 @@

      @@ -3070,7 +3144,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3772,6 +3846,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-SlackTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-SlackTest.html index 6752591..a42d2e4 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-SlackTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-SlackTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-SoundCloudTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-SoundCloudTest.html index 0acf4e4..7961d51 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-SoundCloudTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-SoundCloudTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-SpotifyTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-SpotifyTest.html index 2774953..045f21d 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-SpotifyTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-SpotifyTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-StripeTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-StripeTest.html index d444bb9..2c33a52 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-StripeTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-StripeTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-Tumblr2Test.html b/classes/chillerlan-OAuthTest-Providers-Unit-Tumblr2Test.html index 7fb4576..b3b869a 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-Tumblr2Test.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-Tumblr2Test.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-TwitchTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-TwitchTest.html index 0895ec2..f45fdfc 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-TwitchTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-TwitchTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-TwitterCCTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-TwitterCCTest.html index b5a21a0..a09efb0 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-TwitterCCTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-TwitterCCTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-VimeoTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-VimeoTest.html index 0f5deac..19e9814 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-VimeoTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-VimeoTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-WordPressTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-WordPressTest.html index 52c5649..4be8853 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-WordPressTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-WordPressTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/classes/chillerlan-OAuthTest-Providers-Unit-YouTubeTest.html b/classes/chillerlan-OAuthTest-Providers-Unit-YouTubeTest.html index f0073dd..eb0823b 100644 --- a/classes/chillerlan-OAuthTest-Providers-Unit-YouTubeTest.html +++ b/classes/chillerlan-OAuthTest-Providers-Unit-YouTubeTest.html @@ -394,6 +394,18 @@

       : void

      +
      + testGetParAuthURL() + +  : void +
      + +
      + testGetParAuthURLErrorException() + +  : void +
      +
      testGetRefreshAccessTokenRequestBodyParams() @@ -1257,7 +1269,7 @@

      @@ -1378,7 +1390,7 @@

      @@ -1409,7 +1421,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 372 + 417 @@ -1440,7 +1452,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 395 + 440 @@ -1471,7 +1483,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 384 + 429 @@ -1502,7 +1514,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 421 + 466 @@ -1533,7 +1545,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 307 + 352 @@ -1564,7 +1576,7 @@

      @@ -1619,7 +1631,7 @@

      @@ -1650,7 +1662,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 184 + 229 @@ -1712,7 +1724,7 @@

      @@ -1743,7 +1755,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 327 + 372 @@ -1774,7 +1786,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 280 + 325 @@ -1805,7 +1817,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 293 + 338 @@ -1852,6 +1864,68 @@

      + + +
      +

      + testGetParAuthURLErrorException() + + +

      + + + + + public + testGetParAuthURLErrorException() : void + +
      +
      + + + + +
      OAuth2ProviderUnitTestAbstract.php : - 456 + 501 @@ -1898,7 +1972,7 @@

      @@ -1960,7 +2034,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 252 + 297 @@ -2514,7 +2588,7 @@

      @@ -2545,7 +2619,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 124 + 169 @@ -2576,7 +2650,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 114 + 159 @@ -2607,7 +2681,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 144 + 189 @@ -2638,7 +2712,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 134 + 179 @@ -2669,7 +2743,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 98 + 143 @@ -2731,7 +2805,7 @@

      @@ -2762,7 +2836,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 471 + 516 @@ -2793,7 +2867,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 488 + 533 @@ -2886,7 +2960,7 @@

      @@ -2917,7 +2991,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 529 + 574 @@ -2948,7 +3022,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 553 + 598 @@ -2979,7 +3053,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 541 + 586 @@ -3010,7 +3084,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 565 + 610 @@ -3041,7 +3115,7 @@

      @@ -3072,7 +3146,7 @@

      OAuth2ProviderUnitTestAbstract.php : - 409 + 454 @@ -3774,6 +3848,8 @@

    • testGetClientCredentialsToken()
    • testGetClientCredentialsTokenRequestBodyParams()
    • testGetMeResponseData()
    • +
    • testGetParAuthURL()
    • +
    • testGetParAuthURLErrorException()
    • testGetRefreshAccessTokenRequestBodyParams()
    • testGetRequestAuthorization()
    • testGetRequestAuthorizationInvalidTokenException()
    • diff --git a/files/src-core-par.html b/files/src-core-par.html new file mode 100644 index 0000000..63483b1 --- /dev/null +++ b/files/src-core-par.html @@ -0,0 +1,334 @@ + + + + + Documentation + + + + + + + + + + + + + + + + + + + + + +
      +

      Documentation

      + + + + + +
      + +
      +
      + + + + +
      +
      +
        +
      + +
      +

      PAR.php

      + +

      Interface PAR

      + + + +
      + Tags + + +
      +
      +
      + created +
      +
      + +

      10.05.2024

      +
      + +
      +
      + author +
      +
      + +

      smiley smiley@chillerlan.net

      +
      + +
      +
      + copyright +
      +
      + +

      2024 smiley

      +
      + +
      +
      + license +
      +
      + +

      MIT

      +
      + +
      +
      + + + +

      + Table of Contents + + +

      + + + +

      + Interfaces + + +

      +
      +
      PAR
      Specifies the methods required for the OAuth2 Pushed Authorization Requests (PAR)
      + + + + + + + + + + + + + + +
      +
      +
      +
      +
      
      +        
      + +
      +
      + + + +
      +
      +
      + +
      + On this page + + +
      + +
      +
      +
      +
      +
      +

      Search results

      + +
      +
      +
        +
        +
        +
        +
        + + +
        + + + + + + + + diff --git a/files/src-core-pkce.html b/files/src-core-pkce.html index a44da54..52b088c 100644 --- a/files/src-core-pkce.html +++ b/files/src-core-pkce.html @@ -179,7 +179,7 @@

        -
        PKCE
        +
        PKCE
        Specifies the methods required for the OAuth2 Proof Key for Code Exchange (PKCE)
        diff --git a/files/src-providers-codeberg.html b/files/src-providers-codeberg.html index f16ee0f..ecda619 100644 --- a/files/src-providers-codeberg.html +++ b/files/src-providers-codeberg.html @@ -189,7 +189,7 @@

        -
        Codeberg
        Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.
        +
        Codeberg
        Codeberg OAuth2
        diff --git a/files/src-providers-gitea.html b/files/src-providers-gitea.html index d78af75..16231c5 100644 --- a/files/src-providers-gitea.html +++ b/files/src-providers-gitea.html @@ -189,7 +189,7 @@

        -
        Gitea
        Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.
        +
        Gitea
        Gitea OAuth2
        diff --git a/files/src-providers-pinterest.html b/files/src-providers-pinterest.html index 4cbd255..a699739 100644 --- a/files/src-providers-pinterest.html +++ b/files/src-providers-pinterest.html @@ -189,7 +189,7 @@

        -
        Pinterest
        Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.
        +
        Pinterest
        Pinterest OAuth2
        diff --git a/files/src-providers-reddit.html b/files/src-providers-reddit.html index a882302..f65ccf1 100644 --- a/files/src-providers-reddit.html +++ b/files/src-providers-reddit.html @@ -189,7 +189,7 @@

        -
        Reddit
        Implements an abstract OAuth2 provider with all methods required by the OAuth2Interface.
        +
        Reddit
        Reddit OAuth2
        diff --git a/files/src-storage-filestorage.html b/files/src-storage-filestorage.html index 4a1897c..4ffe076 100644 --- a/files/src-storage-filestorage.html +++ b/files/src-storage-filestorage.html @@ -180,7 +180,7 @@

        -
        FileStorage
        Implements a memory storage adapter.
        +
        FileStorage
        Implements a filesystem storage adapter.
        diff --git a/indices/files.html b/indices/files.html index 439d5ce..0d8aab2 100644 --- a/indices/files.html +++ b/indices/files.html @@ -266,6 +266,7 @@

        O

        P