RBAC
The RBAC interface provides methods for checking a user's permissions according to the roles defined in the Stytch Dashboard
Functions
Evaluates all permissions granted to the logged-in member. Returns a Maptrue
if the member can perform the action, false
otherwise.
Evaluates all permissions granted to the logged-in member. Returns a Maptrue
if the member can perform the action, false
otherwise.
Determines whether the logged-in member is allowed to perform the specified action on the specified resource. Returns true
if the member can perform the action, false
otherwise.
Determines whether the logged-in member is allowed to perform the specified action on the specified resource. Returns true
if the member can perform the action, false
otherwise.
Determines whether the logged-in member is allowed to perform the specified action on the specified resource. Returns true
if the member can perform the action, false
otherwise.