Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions classlink-oauth2/php/OneClick.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,6 @@ function __construct($client_id, $client_secret)
$this->clientSecret = $client_secret;
}

/**
* ClassLink Oauth2 helper destructor.
*/
function __destruct()
{
unset($clientId);
unset($clientSecret);
}

/**
* Get the URL for where the client can get their access code
* @param string $scope The scope part of the query string in the returned URL. There are 3 scopes that can be used:
Expand Down