Property | Type | Description |
---|
Method | Description | |
---|---|---|
AuthUserSession ( ) : System | ||
HasPermission ( string permission ) : bool | ||
HasRole ( string role ) : bool | ||
IsAuthorized ( string provider ) : bool | ||
OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary |
||
OnCreated ( IRequest httpReq ) : void | ||
OnLogout ( IServiceBase authService ) : void | ||
OnRegistered ( IServiceBase registrationService ) : void |
public HasPermission ( string permission ) : bool | ||
permission | string | |
return | bool |
public IsAuthorized ( string provider ) : bool | ||
provider | string | |
return | bool |
public OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary |
||
authService | IServiceBase | |
session | IAuthSession | |
tokens | IAuthTokens | |
authInfo | string>.Dictionary | |
return | void |
public OnLogout ( IServiceBase authService ) : void | ||
authService | IServiceBase | |
return | void |
public OnRegistered ( IServiceBase registrationService ) : void | ||
registrationService | IServiceBase | |
return | void |