C# Class NRack.Auth.Abstract.AuthRequestBase

Show file Open project: kevinswiber/NRack

Private Properties

Property Type Description
GetAuthorizationKey string

Public Methods

Method Description
IsProvided ( ) : bool

Protected Methods

Method Description
AuthRequestBase ( object>.IDictionary environment ) : System.Collections.Generic

Private Methods

Method Description
GetAuthorizationKey ( ) : string

Method Details

AuthRequestBase() protected method

protected AuthRequestBase ( object>.IDictionary environment ) : System.Collections.Generic
environment object>.IDictionary
return System.Collections.Generic

IsProvided() public method

public IsProvided ( ) : bool
return bool