C# Class LtiLibrary.AspNet.Extensions.AuthorizationHeaderValueExtensions

Datei anzeigen Open project: easygenerator/LtiLibrary

Public Methods

Method Description
ParseOAuthAuthorizationHeader ( this authorizationHeader ) : NameValueCollection

Parse the OAuth AuthenticationHeaderValue.Parameter into a NameValueCollection.

Method Details

ParseOAuthAuthorizationHeader() public static method

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