| Server IP : 162.241.203.86 / Your IP : 216.73.217.87 Web Server : Apache System : Linux br1002.hostgator.com.br 5.14.0-687.36.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 7 05:40:49 EDT 2026 x86_64 User : luxlic01 ( 6532) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oauthlib/oauth2/rfc6749/__pycache__/ |
Upload File : |
a
\��`� � @ sl d Z ddlZddlZddlmZmZ ddlmZ dd� Zdd� Z d d
� Z
dd� Zd
d� Zdd� Z
dd� ZdS )zp
oauthlib.utils
~~~~~~~~~~~~~~
This module contains utility methods used by various parts of the OAuth 2 spec.
� N)�quote�urlparse)� urldecodec C sJ t | t�s| du r| S t | tttf�r:d�dd� | D ��S td| ��dS )z5Convert a list of scopes to a space separated string.N� c S s g | ]}t |��qS � ��str��.0�sr r �A/usr/lib/python3.9/site-packages/oauthlib/oauth2/rfc6749/utils.py�
<listcomp> � z!list_to_scope.<locals>.<listcomp>z8Invalid scope (%s), must be string, tuple, set, or list.)�
isinstancer �set�tuple�list�join�
ValueError��scoper r r �
list_to_scope s
r c C s<