Type Alias HttpBearerConfiguration

HttpBearerConfiguration: {
    tokenProvider: TokenProvider;
}