setAccessToken() 공개 메소드

public setAccessToken ( string $access_token )
$access_token string OAuth access token, starting with 'access_'
<?php

require_once dirname(__FILE__) . "/../src/Mollie/API/Autoloader.php";
/*
 * Initialize the Mollie API library with OAuth.
 *
 * See: https://www.mollie.com/en/docs/oauth/overview
 */
$mollie = new Mollie_API_Client();
$mollie->setAccessToken("access_Wwvu7egPcJLLJ9Kb7J632x8wJ2zMeJ");
<?php

/**
 * Created by PhpStorm.
 * User: Wouter
 * Date: 29-1-2016
 * Time: 15:35
 */
/*
 * Initialize the Mollie API library with OAuth.
 *
 * See: https://www.mollie.com/en/docs/oauth/overview
 */
$mollie = new Mollie_API_Client();
$mollie->setAccessToken("");