aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/auth_oidc_result.pyi
diff options
context:
space:
mode:
Diffstat (limited to 'python_openapi_client/fatcat_openapi_client/models/auth_oidc_result.pyi')
-rw-r--r--python_openapi_client/fatcat_openapi_client/models/auth_oidc_result.pyi19
1 files changed, 19 insertions, 0 deletions
diff --git a/python_openapi_client/fatcat_openapi_client/models/auth_oidc_result.pyi b/python_openapi_client/fatcat_openapi_client/models/auth_oidc_result.pyi
new file mode 100644
index 00000000..32678627
--- /dev/null
+++ b/python_openapi_client/fatcat_openapi_client/models/auth_oidc_result.pyi
@@ -0,0 +1,19 @@
+from typing import Any
+
+class AuthOidcResult:
+ openapi_types: Any
+ attribute_map: Any
+ discriminator: Any
+ def __init__(self, editor: Any | None = ..., token: Any | None = ...) -> None: ...
+ @property
+ def editor(self): ...
+ @editor.setter
+ def editor(self, editor) -> None: ...
+ @property
+ def token(self): ...
+ @token.setter
+ def token(self, token) -> None: ...
+ def to_dict(self): ...
+ def to_str(self): ...
+ def __eq__(self, other): ...
+ def __ne__(self, other): ...