let permissions = try await StytchB2B.rbac.allPermissions()
RBAC
All Permissions
Refreshes the RBAC policy from the server, then returns a map of all permissions for the logged-in member in the form Map<resourceId, Map<action, Boolean>>.
let permissions = try await StytchB2B.rbac.allPermissions()