authorize#

OIDCSessionBuilder.authorize(login_timeout=60)#

Authenticate the user interactively by opening a web browser and waiting for the user to log in.

Parameters:
login_timeoutint

Time in seconds to wait for the user’s web browser to authenticate. The default is 60s.

Returns:
ApiClientFactory

Original client factory object.