tecton.login_with_code
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(url=<url>, interactive=False). Please see
tecton.login for more details.
Parameters​
authorization_code(str) – The authorization code that was requested usingtecton.login(url=<url>, interactive=False).