public function RefreshToken::getExpiration in Janrain Registration 8
Overrides Token::getExpiration
File
- src/
Authentication/ RefreshToken.php, line 13
Class
- RefreshToken
- The refresh token.
Namespace
Drupal\janrain_capture\AuthenticationCode
public function getExpiration() : ?\DateTime {
// The refresh token is permanent therefore has no expiration.
return NULL;
}