public function Token::__construct in Janrain Registration 8
1 call to Token::__construct()
- AccessToken::__construct in src/
Authentication/ AccessToken.php
1 method overrides Token::__construct()
- AccessToken::__construct in src/
Authentication/ AccessToken.php
File
- src/
Authentication/ Token.php, line 34
Class
- Token
- The token.
Namespace
Drupal\janrain_capture\AuthenticationCode
public function __construct(string $token) {
$this->token = $token;
}