Uname : Linux serv1.rebootns.com 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
Soft : LiteSpeed
Ip : 139.99.125.122
Port : 443
~
/
usr
/
lib
/
python3.9
/
site-packages
/
oauthlib
/
oauth2
/
rfc6749
/
__pycache__
[ HOME ]
Exec
Submit
utils.cpython-39.pyc
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<