Method | Description | |
---|---|---|
AuthKey ( IPortalApplication portalApplication, IAuthenticationRepository authenticationRepository ) : System | ||
Create ( string name ) : Data.Model.AuthKey | ||
Delete ( string name ) : ScalarResult | ||
Get ( ) : IList |
||
Login ( string token ) : Data.Session |
Method | Description | |
---|---|---|
GetAuthenticationKey ( string hashed ) : Data.Model.AuthKey | ||
ToHash ( string secret ) : string |
public AuthKey ( IPortalApplication portalApplication, IAuthenticationRepository authenticationRepository ) : System | ||
portalApplication | IPortalApplication | |
authenticationRepository | IAuthenticationRepository | |
return | System |
public Create ( string name ) : Data.Model.AuthKey | ||
name | string | |
return | Data.Model.AuthKey |