[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/carlos-mg89/oauth/src/OAuth/Common/Storage/ -> Session.php (summary)

(no description)

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

Defines 1 class

Session:: (13 methods):
  __construct()
  retrieveAccessToken()
  storeAccessToken()
  hasAccessToken()
  clearToken()
  clearAllTokens()
  storeAuthorizationState()
  hasAuthorizationState()
  retrieveAuthorizationState()
  clearAuthorizationState()
  clearAllAuthorizationStates()
  __destruct()
  sessionHasStarted()


Class: Session  - X-Ref

Stores a token in a PHP session.

__construct($startSession = true,$sessionVariableName = 'lusitanian-oauth-token',$stateVariableName = 'lusitanian-oauth-state')   X-Ref

param: bool $startSession whether or not to start the session upon construction
param: string $sessionVariableName the variable name to use within the _SESSION superglobal
param: string $stateVariableName

retrieveAccessToken($service)   X-Ref
{@inheritdoc}


storeAccessToken($service, TokenInterface $token)   X-Ref
{@inheritdoc}


hasAccessToken($service)   X-Ref
{@inheritdoc}


clearToken($service)   X-Ref
{@inheritdoc}


clearAllTokens()   X-Ref
{@inheritdoc}


storeAuthorizationState($service, $state)   X-Ref
{@inheritdoc}


hasAuthorizationState($service)   X-Ref
{@inheritdoc}


retrieveAuthorizationState($service)   X-Ref
{@inheritdoc}


clearAuthorizationState($service)   X-Ref
{@inheritdoc}


clearAllAuthorizationStates()   X-Ref
{@inheritdoc}


__destruct()   X-Ref
No description

sessionHasStarted()   X-Ref
Determine if the session has started.

return: bool



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