public function Token::__toString in Janrain Registration 8
File
- src/
Authentication/ Token.php, line 41
Class
- Token
- The token.
Namespace
Drupal\janrain_capture\AuthenticationCode
public function __toString() : string {
return $this
->getToken();
}