C# Class LtiLibrary.AspNet.Extensions.AuthorizationHeaderValueExtensions

Afficher le fichier Open project: easygenerator/LtiLibrary

Méthodes publiques

Méthode Description
ParseOAuthAuthorizationHeader ( this authorizationHeader ) : NameValueCollection

Parse the OAuth AuthenticationHeaderValue.Parameter into a NameValueCollection.

Method Details

ParseOAuthAuthorizationHeader() public static méthode

Parse the OAuth AuthenticationHeaderValue.Parameter into a NameValueCollection.
public static ParseOAuthAuthorizationHeader ( this authorizationHeader ) : NameValueCollection
authorizationHeader this The AuthorizationHeaderValue to parse.
Résultat System.Collections.Specialized.NameValueCollection