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