fun hasAuthorization(node: Node, permission: Permission): Mono<Boolean>

Check if a node is authorized given a permission

Return

if the permission is granted

Parameters

node

Node to check for

permission

Permission to check on the node