v3.0.20
🔑 2FA Support
Add authentication support for Shotgun servers with two-factor authentication turned on. (This will be supported in Shotgun as of v6.1.0+).
Adds an additional auth_token
parameter to the Shotgun()
constructor which is required to authenticate to a server with two-factor authentication turned on. If auth_token
is provided, then login
and password
must be as well and neither script_name
nor api_key
can be provided. Note that these tokens can be short lived so a session is established right away if an auth_token is provided. A MissingTwoFactorAuthenticationFault
will be raised if the auth_token
is invalid.