Get an instance of UserAuth from the request given
(cls, request: Request)
| 140 | @classmethod |
| 141 | @abstractmethod |
| 142 | async def get_instance(cls, request: Request) -> UserAuth: |
| 143 | """Get an instance of UserAuth from the request given""" |
| 144 | |
| 145 | @classmethod |
| 146 | @abstractmethod |
no outgoing calls
no test coverage detected