You are here

final public function Oauth2Client::getRefreshToken in Auth0 Single Sign On 8.2

Gets a refresh_token

Return value

string

File

vendor/auth0/auth0-php/src/API/Oauth2Client.php, line 453

Class

Oauth2Client
This class provides access to Auth0 Platform.

Namespace

Auth0\SDK\API

Code

public final function getRefreshToken() {
  return $this->refresh_token;
}