C# Class FluentHttp.Authenticators.OAuth2Authenticator

Base class for OAuth2 Authenticators.
Inheritance: IFluentAuthenticator
Afficher le fichier Open project: prabirshrestha/FluentHttp

Méthodes publiques

Méthode Description
Authenticate ( FluentHttpRequest fluentHttpRequest ) : void

Authenticates the fluent http request using OAuth2.

Method Details

Authenticate() public abstract méthode

Authenticates the fluent http request using OAuth2.
public abstract Authenticate ( FluentHttpRequest fluentHttpRequest ) : void
fluentHttpRequest FluentHttpRequest The fluent http request.
Résultat void