Exemplo n.º 1
0
 /**
  * Set the token type to use.
  *
  * @param \League\OAuth2\Server\TokenType\TokenTypeInterface $tokenType
  */
 public function setTokenType(TokenTypeInterface $tokenType)
 {
     $this->issuer->setTokenType($tokenType);
     $this->checker->setTokenType($tokenType);
 }