diff --git a/classes/chillerlan-OAuth-Providers-Google.html b/classes/chillerlan-OAuth-Providers-Google.html index a26c6a5..e7cacc8 100644 --- a/classes/chillerlan-OAuth-Providers-Google.html +++ b/classes/chillerlan-OAuth-Providers-Google.html @@ -140,7 +140,7 @@

implements - CSRFToken, UserInfo + CSRFToken, PKCE, TokenInvalidate, UserInfo

@@ -208,7 +208,7 @@

-
CSRFToken
Specifies the methods required for the OAuth2 CSRF token validation ("state parameter")
UserInfo
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)
TokenInvalidate
Indicates whether the provider is capable of invalidating access tokens (RFC-7009 or proprietary)
UserInfo
Indicates whether the service can provide information about the currently authenticated user, usually via a "/me", "/user" or "/tokeninfo" endpoint.
@@ -352,11 +352,10 @@

A PSR-17 request factory
- $revokeURL + $revokeURL  : string
-
An optional URL for application side token revocation
$storage @@ -1009,7 +1008,7 @@

protected string $accessTokenURL - = 'https://accounts.google.com/o/oauth2/token' + = 'https://oauth2.googleapis.com/token' @@ -1035,7 +1034,7 @@

@@ -1071,7 +1070,7 @@

@@ -1107,7 +1106,7 @@

@@ -1524,46 +1523,29 @@

>

$revokeURL - +

-

An optional URL for application side token revocation

- + protected string $revokeURL - = '' + = 'https://oauth2.googleapis.com/revoke' -
- Tags - - -
-
-
- see -
-
- TokenInvalidate - - -
-
@@ -1699,7 +1681,7 @@

@@ -2889,7 +2871,7 @@

@@ -5532,7 +5514,7 @@

Return values
  • $parAuthorizationURL
  • $refreshTokenURL
  • $requestFactory
  • -
  • $revokeURL
  • +
  • $revokeURL
  • $storage
  • $streamFactory
  • $uriFactory
  • diff --git a/classes/chillerlan-OAuth-Providers-YouTube.html b/classes/chillerlan-OAuth-Providers-YouTube.html index 5d073eb..e4f3ec1 100644 --- a/classes/chillerlan-OAuth-Providers-YouTube.html +++ b/classes/chillerlan-OAuth-Providers-YouTube.html @@ -339,11 +339,10 @@

    A PSR-17 request factory
    - $revokeURL + $revokeURL  : string
    -
    An optional URL for application side token revocation
    $storage @@ -1058,7 +1057,7 @@

    protected string $accessTokenURL - = 'https://accounts.google.com/o/oauth2/token' + = 'https://oauth2.googleapis.com/token' @@ -1084,7 +1083,7 @@

    @@ -1120,7 +1119,7 @@

    @@ -1156,7 +1155,7 @@

    @@ -1573,46 +1572,29 @@

    >

    $revokeURL - +

    -

    An optional URL for application side token revocation

    - + protected string $revokeURL - = '' + = 'https://oauth2.googleapis.com/revoke' -
    - Tags - - -
    -
    -
    - see -
    -
    - TokenInvalidate - - -
    -
    @@ -1748,7 +1730,7 @@

    @@ -2938,7 +2920,7 @@

    @@ -5583,7 +5565,7 @@

    Return values
  • $parAuthorizationURL
  • $refreshTokenURL
  • $requestFactory
  • -
  • $revokeURL
  • +
  • $revokeURL
  • $storage
  • $streamFactory
  • $uriFactory
  • diff --git a/js/searchIndex.js b/js/searchIndex.js index 06506b1..29407ac 100644 --- a/js/searchIndex.js +++ b/js/searchIndex.js @@ -2575,6 +2575,11 @@ Search.appendIndex( "name": "accessTokenURL", "summary": "", "url": "classes/chillerlan-OAuth-Providers-Google.html#property_accessTokenURL" + }, { + "fqsen": "\\chillerlan\\OAuth\\Providers\\Google\u003A\u003A\u0024revokeURL", + "name": "revokeURL", + "summary": "", + "url": "classes/chillerlan-OAuth-Providers-Google.html#property_revokeURL" }, { "fqsen": "\\chillerlan\\OAuth\\Providers\\Google\u003A\u003A\u0024apiURL", "name": "apiURL",