authorize method
- String correlationId,
- String userId,
- List<
String> roles
Checks the authorization.
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 bool value of authorization or error.