[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/carlos-mg89/oauth/src/OAuth/OAuth1/Service/ -> ServiceInterface.php (summary)

(no description)

File Size: 36 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

ServiceInterface:: (3 methods):
  requestRequestToken()
  requestAccessToken()
  getRequestTokenEndpoint()


Interface: ServiceInterface  - X-Ref

Defines the common methods across OAuth 1 services.

requestRequestToken()   X-Ref
Retrieves and stores/returns the OAuth1 request token obtained from the service.

return: TokenInterface $token

requestAccessToken($token, $verifier, $tokenSecret)   X-Ref
Retrieves and stores/returns the OAuth1 access token after a successful authorization.

param: string $token       the request token from the callback
param: string $verifier
param: string $tokenSecret
return: TokenInterface $token

getRequestTokenEndpoint()   X-Ref

return: UriInterface



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1