complete_login
Summary​
Complete non-interactive authentication to a Tecton instance as a user, by exchanging the authorization code for an access token.Â
This requires that an authorization code was already first requested by calling
tecton.login(tecton_url="https://<example>.tecton.ai", interactive=False).
Please see login() documentation for more details and example usage.Parameters
authorization_code(str) - Authorization code, copied from opening the URL printed after runningtecton.login(tecton_url="https://<example>.tecton.ai", interactive=False)
Returns
None