Creates a new instance of ConstAccessTokenProvider
The access token to be returned whenever it is requested.
Returns a Promise
fulfilled with the
{@link ConstAccessTokenProvider.accessToken} provided to the constructor
of this instance.
Implementation of IAccessTokenProvider that returns a user-provided constant access token whenever it is requested by the clients.