Parameters for revoking a previously granted data access permission.
Used with PermissionsController.revoke() to remove an application's access
to user data. Once revoked, the application can no longer use the permission
to access the specified files.
Example
constrevokeParams: RevokePermissionParams = { permissionId:123n// Permission ID to revoke };
Parameters for revoking a previously granted data access permission.
Used with
PermissionsController.revoke()
to remove an application's access to user data. Once revoked, the application can no longer use the permission to access the specified files.Example