You are here

public function Token::__toString in Janrain Registration 8

File

src/Authentication/Token.php, line 41

Class

Token
The token.

Namespace

Drupal\janrain_capture\Authentication

Code

public function __toString() : string {
  return $this
    ->getToken();
}