grant method

Grant grant(
  1. dynamic user, [
  2. dynamic options
])

Implementation

Grant grant(user, [options]) => Grant(this, user, options);