Skip to main content

Returns

true if the member is authorized; false otherwise.
val allowed = StytchB2B.rbac.isAuthorized(
    resourceId = "documents",
    action = "read",
)