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_timeout
int
Time in seconds to wait for the user’s web browser to authenticate. The default is
60s
.
- login_timeout
- Returns:
ApiClientFactory
Original client factory object.