dataset/seed/applicationservice/2022.03.08/oauth2-client/funcs/oauth2_client.py
2022-03-12 07:56:17 +01:00

4 lines
196 B
Python

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)