PayPal\Auth\Openid\PPOpenIdTokeninfo::setTokenType PHP Method

setTokenType() public method

The type of the token issued as described in OAuth2.0 RFC6749 (Section 7.1). Value is case insensitive.
public setTokenType ( string $token_type )
$token_type string
    public function setTokenType($token_type)
    {
        $this->token_type = $token_type;
        return $this;
    }