dataset/seed/applicationservice/2022.03.08/oauth2-client/funcs/oauth2_client.py

5 lines
196 B
Python
Raw Normal View History

2022-03-12 07:56:17 +01:00
def calc_oauth2_client_external(external, location, *extras):
if not external or not location or None in extras:
return
return f'https://{external}{location[0]}' + ''.join(extras)