View Source TrollBridge.Behaviour behaviour (troll_bridge v0.1.0)

Behaviour that works to get the needed information from the project side to work correctly the validation

Summary

Callbacks

@callback actions() :: [atom()]
@callback scopes() :: [atom()]
@callback user_permissions(map()) :: %{required(atom()) => [atom()]}
@callback user_roles(map()) :: [atom()]