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