aboutsummaryrefslogtreecommitdiffstats
path: root/python_openapi_client/fatcat_openapi_client/models/auth_oidc_result.pyi
blob: 326786270d0e07bfd8637bb3841fd913a93e2aa7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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): ...