|
@@ -13,7 +13,7 @@ from oauthlib.oauth2.rfc6749.endpoints.token import TokenEndpoint |
|
|
from oauthlib.oauth2.rfc6749.endpoints.resource import ResourceEndpoint |
|
|
from oauthlib.oauth2.rfc6749.endpoints.resource import ResourceEndpoint |
|
|
from oauthlib.oauth2.rfc6749.endpoints.revocation import RevocationEndpoint |
|
|
from oauthlib.oauth2.rfc6749.endpoints.revocation import RevocationEndpoint |
|
|
from oauthlib.common import Request |
|
|
from oauthlib.common import Request |
|
|
from six.moves.urllib.parse import parse_qs, urlparse, unquote |
|
|
|
|
|
|
|
|
from six.moves.urllib.parse import unquote |
|
|
|
|
|
|
|
|
def get_url_delimiter(separator_character=" "): |
|
|
def get_url_delimiter(separator_character=" "): |
|
|
return separator_character |
|
|
return separator_character |
|
|