revokeRoles method

  1. @override
Future<List<String>> revokeRoles (
  1. String correlationId,
  2. String userId,
  3. List<String> roles
)
override

Revokes a roles.

  • correlation_id (optional) transaction id to trace execution through call chain.
  • userId an user id.
  • roles a roles to be revoked. Return (optional) Future that receives revoked roles or error.