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

getTokenType() public method

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