Overview

Namespaces

  • Genetsis
    • core
      • activityid
      • user
  • None

Classes

  • AccessToken
  • ClientToken
  • Encryption
  • FileCache
  • LogConfig
  • LoginStatus
  • LoginStatusType
  • OAuth
  • OAuthConfig
  • OauthTemplate
  • RefreshToken
  • Request
  • StoredToken
  • Things
  • User

Interfaces

  • iTokenTypes

Exceptions

  • InvalidGrantException
  • Overview
  • Namespace
  • Class

Class RefreshToken

This class stores "refresh_token" data.

Genetsis\core\StoredToken
Extended by Genetsis\core\RefreshToken
Namespace: Genetsis\core
Package: Genetsis
Category: Bean
Version: 1.0
Since: 2011-09-08
Located at core/RefreshToken.php
Methods summary
public
# __construct( string $value, integer $expires_in = 0, integer $expires_at = 0, string $path = '/' )

Parameters

$value
token value.
$expires_in
the seconds until the token expires.
$expires_at
when the token expires. As UNIX timestamp.
$path

path to the folder where cookies will be saved. Only if necessary.

Overrides

Genetsis\core\StoredToken::__construct()
protected
# setName( )

Sets token name.

Sets token name.

See

Genetsis\core\iTokenTypes
Methods inherited from Genetsis\core\StoredToken
factory(), getExpiresAt(), getExpiresIn(), getName(), getPath(), getValue(), setExpiresAt(), setExpiresIn(), setPath(), setValue()
Properties inherited from Genetsis\core\StoredToken
$expires_at, $expires_in, $name, $path, $value
API documentation generated by ApiGen