grantRoles method
- @override
- String correlationId,
- String userId,
- List<
String> roles
override
Grants a roles.
correlation_id
(optional) transaction id to trace execution through call chain.userId
an user id.roles
a roles to be granted. Return (optional) Future that receives granted roles or error.