Lines:
1 to 12 of 12
<?php namespace EDD\Gateways\PayPal; /* class Token */ /* function Token::__construct() – Token constructor. */ /* function Token::from_json() – Creates a new token from a JSON string. */ /* function Token::to_json() – Returns the token object as a JSON string. */ /* function Token::is_expired() – Determines whether or not the token has expired. */ /* function Token::token() – Returns the access token. */ /* function Token::is_valid() – Determines whether or not we have a valid token object. */