typing typing ¶ Typing helpers. UserLike ¶ Bases: Protocol Protocol for expectation of the user used by itkdb.Client Added in version 0.6.0 bearer property ¶ bearer: str The bearer token used for requests made by a client. authenticate ¶ authenticate() -> bool Authenticate the user if needed. Source code in src/itkdb/typing.py def authenticate(self) -> bool: """ Authenticate the user if needed. """