Cloud Keys 2020 Python Edition

Questions / Feedback?

start_web_server Method

Starts the embedded web server.

Syntax

def start_web_server() -> None: ...

Remarks

Starts the embedded web server. This method can be used to manually start the embedded web server. Under normal circumstances this is not needed as the component will automatically start and stop the web server when get_authorization is called. However, you may decide to start the web server manually before calling get_authorization. When called this method will also populate return_url with the address of the embedded server.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]