OAuthTokenValidator constructor
OAuthTokenValidator({})
Implementation
OAuthTokenValidator({
required this.introspectionEndpoint,
required this.clientId,
required this.clientSecret,
}) : _httpClient = HttpClient();