Session
Methods to configure your Session Settings in a Notebook Environment
Page | Description |
---|---|
clear_credentials | Clears any Service Account credentials and Tecton URL that were set using tecton.login() |
login | Authenticate to a Tecton instance using user credentials. |
login_with_code | Completes non-interactive tecton.login by exchanging the authorization code for the access token. |
logout | Clear any User credentials from the interactive Python session that were previously set using tecton.login() . |
set_credentials | Explicitly override Tecton Service Account credentials. |
set_validation_mode | Convenience utility to set the Tecton object validation mode for the lifetime of the Python process. |
test_credentials | Test credentials and throw an exception if unauthenticated. |
who_am_i | Introspect the current User or API Key used to authenticate with Tecton. |