AuthBucket\Bundle\OAuth2Bundle\Entity\AccessToken::setTokenType PHP Method

setTokenType() public method

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