PayPal\Auth\Oauth\OAuthDataStore::new_access_token PHP Метод

new_access_token() публичный Метод

public new_access_token ( $token, $consumer, $verifier = null )
    function new_access_token($token, $consumer, $verifier = null)
    {
        // return a new access token attached to this consumer
        // for the user associated with this token if the request token
        // is authorized
        // should also invalidate the request token
    }