Skip to content

Commit

Permalink
Revert "Add account_id to the grant object"
Browse files Browse the repository at this point in the history
This reverts commit 0483e58.
  • Loading branch information
kraju3 committed Sep 19, 2024
1 parent 0483e58 commit 2479dec
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Binary file removed nylas/JekP5zdzUR6Q2pdbPEDNqe.jpg
Binary file not shown.
2 changes: 0 additions & 2 deletions nylas/models/grants.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Grant:
Attributes:
id: Globally unique object identifier.
account_id: Globally unique identifier for your v2 account that has been migrated using our migration APIs.
provider: OAuth provider that the user authenticated with.
scope: Scopes specified for the grant.
created_at: Unix timestamp when the grant was created.
Expand All @@ -32,7 +31,6 @@ class Grant:
id: str
provider: str
scope: List[str] = field(default_factory=list)
account_id: Optional[str] = None
grant_status: Optional[str] = None
email: Optional[str] = None
user_agent: Optional[str] = None
Expand Down

0 comments on commit 2479dec

Please sign in to comment.