miniproto.errors.AuthKeyNotFound
miniproto.errors.AuthKeyNotFound
Section titled “miniproto.errors.AuthKeyNotFound”AuthKeyNotFound(message: str = 'auth key not registered', *, request: object | None = None, context: Mapping[str, Any] | None = None) -> NoneBases: AuthError
Authentication key is invalid, unregistered, or no longer available.
Create an auth-key-not-found failure with status code 401.
Parameters: