getRoles abstract method

List<String> getRoles({
  1. required String? tenant,
})

Returns the list of roles granted in the JWT claims. Pass a value of null for the tenant parameter if the project doesn't use multiple tenants.

Implementation

List<String> getRoles({required String? tenant});