Session
Methods to configure your Session Settings in a Notebook Environment
| Page | Description |
|---|---|
| complete_login | Complete non-interactive login as a User. |
| get_caller_identity | Introspect the current User or API Key used to authenticate with Tecton. |
| login | Authenticate to a Tecton instance either as a user or with a Tecton API key. |
| logout | Clear any User credentials from the interactive Python session that were previously set using tecton.login(). |
| set_validation_mode | Convenience utility to set the Tecton object validation mode for the lifetime of the Python process. |