Sindbad~EG File Manager
3
��c� � @ 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| dkr| S t | tttf�r:djdd� | 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/tmp/pip-build-_uu8ur7s/oauthlib/oauthlib/oauth2/rfc6749/utils.py�
<listcomp> s 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<