roles property

Map<String, String>? roles
final

The map of roles associated with this pool. Currently only authenticated and unauthenticated roles are supported.

Implementation

final Map<String, String>? roles;