-
Notifications
You must be signed in to change notification settings - Fork 17
TokenProviderInterface
Michael edited this page Mar 18, 2017
·
2 revisions
namespace WatsonSDK\Common;
The interface used for standardizing the Watson token provider, which is for getting token from designated service implement by developers. The token provider class must implement this interface in order to interact with Watson services by using token.
interface TokenProviderInterface
To be called before sending requests to Watson services.
public function getToken();
Copyright 2017 GCG GBS CTO Office under the Apache 2.0 license.