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