(Deprecated) login_with_code
info
This method is deprecated in 1.0. Please use complete_login(<code>)
instead.
tecton.login_with_code(...)
Summary​
Completes non-interactive tecton.login
by exchanging the authorization code
for the access token.
This requires that an authorization code was already first requested by calling
tecton.login(tecton_url=<url>, interactive=False)
. Please see
login
for more details.
Parameters​
authorization_code
(str
) – The authorization code that was requested usingtecton.login(url=<url>, interactive=False)
.