getEffectiveRoles abstract method

Future<List<String>> getEffectiveRoles(
  1. String userId,
  2. String resource
)

Get user's effective roles for a resource

Implementation

Future<List<String>> getEffectiveRoles(String userId, String resource);