# your code goes here redirect_uri = "https://l...content-available-to-author-only...e.com/62544226-1533-4b60-979f-b10f86521124/oauth2/v2.0/authorize" client_id= "2b2eb337-c928-4a21-9c6b-c07f715e8262" state = "stare" sc = [ "User.ReadBasic.All", "calendars.ReadWrite" ] scope = "%20".join(sc) link = f"{redirect_uri}?client_id={client_id}&redirect_uri=https://p...content-available-to-author-only...t.ai/dashboard&scope={scope}&response_mode=query&prompt=login&response_type=code&state={state}" print(link)