operator [] method
- 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);
Returns the token value for the given service
.
Throws an AuthException if no token is not found.
String operator [](Webservice service) => pick(service);