operator [] method

String operator [](
  1. Webservice service
)

Returns the token value for the given service.

Throws an AuthException if no token is not found.

Implementation

String operator [](Webservice service) => pick(service);