File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 1
1
# File generated from our OpenAPI spec by Stainless.
2
2
3
3
from typing import List
4
+ from typing_extensions import Literal
4
5
5
6
from .._models import BaseModel
6
7
@@ -14,9 +15,18 @@ class Introspection(BaseModel):
14
15
client_id : str
15
16
"""The client id of the application associated with the `access_token`."""
16
17
18
+ client_type : Literal ["production" , "development" , "sandbox" ]
19
+ """The type of application associated with a token."""
20
+
17
21
company_id : str
18
22
"""The Finch uuid of the company associated with the `access_token`."""
19
23
24
+ connection_type : Literal ["provider" , "finch" ]
25
+ """
26
+ The type of the connection associated with the token.<br> `provider` -
27
+ connection to an external provider<br> `finch` - finch-generated data.
28
+ """
29
+
20
30
manual : bool
21
31
"""
22
32
Whether the connection associated with the `access_token` uses the Assisted
You can’t perform that action at this time.
0 commit comments