2using System.Threading.Tasks;
Public information about a given OAuthProvider.
Validates OAuth responses for a given Provider.
OAuthProvider Provider
The OAuthProvider this validator is for.
OAuthProviderInfo GetProviderInfo()
Gets the OAuthProvider of validator.
ValueTask< string?> ValidateResponseCode(string code, CancellationToken cancellationToken)
Validate a given OAuth response code .
OAuthProvider
List of OAuth providers supported by TGS.