AuthBucket\Bundle\OAuth2Bundle\Entity\AccessToken::setTokenType PHP 메소드

setTokenType() 공개 메소드

Set token_type.
public setTokenType ( string $tokenType ) : AccessToken
$tokenType string
리턴 AccessToken
    public function setTokenType($tokenType)
    {
        $this->tokenType = $tokenType;
        return $this;
    }