10.2.4. Loaders for all Authentication Methods

pytan3.auth_methods.load(obj='credentials')[source]

Get an AuthMethod class.

:param obj (str or AuthMethod or AuthMethod or: pytan3.auth_store.AuthStore, optional):

AuthStore object or AuthMethod object, class, or name of AuthMethod.

Defaults to: DEFAULT_NAME.

Raises
exceptions.ModuleError:
If obj is not a valid type, name, obj, or cls.
Returns:AuthMethod