File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,11 @@ class WarrantQueryListResource(
5353 warnings : Optional [Sequence [FGAWarning ]] = None
5454
5555
56- # Deprecated: Use the Authorization module instead.
57- # See: workos.authorization
5856class FGAModule (Protocol ):
57+ """
58+ .. deprecated::
59+ Use :class:`workos.authorization.AuthorizationModule` instead.
60+ """
5961 def get_resource (
6062 self , * , resource_type : str , resource_id : str
6163 ) -> AuthorizationResource :
Original file line number Diff line number Diff line change 11from workos .types .authorization .access_check_response import AccessCheckResponse
2+ from workos .types .authorization .assignment import Assignment
23from workos .types .authorization .environment_role import (
34 EnvironmentRole ,
45 EnvironmentRoleList ,
You can’t perform that action at this time.
0 commit comments