Ask a question to get started
Enter to send•Shift+Enter new line
show_authorize_url( self, url: str, *, opened_in_browser: bool ) -> None
url
str
Final authorize URL with provider-specific extras applied.
opened_in_browser
bool
True when the caller already launched the URL via webbrowser.open; False when the caller needs the user to open it manually.
True
webbrowser.open
False
Tell the user about the authorize URL.