You are here

public function AccessToken::getRefreshToken in Janrain Registration 8

File

src/Authentication/AccessToken.php, line 30

Class

AccessToken
The access token.

Namespace

Drupal\janrain_capture\Authentication

Code

public function getRefreshToken() : RefreshToken {
  return $this->refreshToken;
}