Property | Type | Description | |
---|---|---|---|
Realm | string |
Method | Description | |
---|---|---|
AadAuthProvider ( IAppSettings appSettings ) : ServiceStack.Auth | ||
AadAuthProvider ( string clientId, string clientSecret ) : ServiceStack.Auth | ||
AadAuthProvider ( string clientId, string clientSecret, IAppSettings appSettings ) : ServiceStack.Auth | ||
Authenticate ( IServiceBase authService, IAuthSession session, Authenticate request ) : object | ||
LoadUserOAuthProvider ( IAuthSession authSession, IAuthTokens tokens ) : void | ||
Logout ( IServiceBase service, Authenticate request ) : object | ||
OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary |
||
RedirectToMicrosoftLogout ( IServiceBase authService ) : IHttpResult |
Returns a redirect result to a Microsoft logout page
|
Method | Description | |
---|---|---|
GetReferrerUrl ( IServiceBase authService, IAuthSession session, Authenticate request = null ) : string | ||
LoadUserAuthInfo ( ServiceStack.Auth.AuthUserSession userSession, IAuthTokens tokens, string>.Dictionary |
||
RedirectDueToFailure ( IServiceBase authService, IAuthSession session, |
Method | Description | |
---|---|---|
AadAuthProvider ( ) : ServiceStack.Auth | ||
FailAndLogError ( IAuthSession session, |
||
HasError ( |
||
RequestAccessToken ( IServiceBase authService, IAuthSession session, string code, IAuthTokens tokens ) : IHttpResult | ||
RequestCode ( IServiceBase authService, IAuthSession session, ServiceStack.Auth.AuthUserSession userSession, IAuthTokens tokens ) : object |
public AadAuthProvider ( IAppSettings appSettings ) : ServiceStack.Auth | ||
appSettings | IAppSettings | |
return | ServiceStack.Auth |
public AadAuthProvider ( string clientId, string clientSecret ) : ServiceStack.Auth | ||
clientId | string | |
clientSecret | string | |
return | ServiceStack.Auth |
public AadAuthProvider ( string clientId, string clientSecret, IAppSettings appSettings ) : ServiceStack.Auth | ||
clientId | string | |
clientSecret | string | |
appSettings | IAppSettings | |
return | ServiceStack.Auth |
public Authenticate ( IServiceBase authService, IAuthSession session, Authenticate request ) : object | ||
authService | IServiceBase | |
session | IAuthSession | |
request | Authenticate | |
return | object |
protected GetReferrerUrl ( IServiceBase authService, IAuthSession session, Authenticate request = null ) : string | ||
authService | IServiceBase | |
session | IAuthSession | |
request | Authenticate | |
return | string |
protected LoadUserAuthInfo ( ServiceStack.Auth.AuthUserSession userSession, IAuthTokens tokens, string>.Dictionary |
||
userSession | ServiceStack.Auth.AuthUserSession | |
tokens | IAuthTokens | |
authInfo | string>.Dictionary | |
return | void |
public LoadUserOAuthProvider ( IAuthSession authSession, IAuthTokens tokens ) : void | ||
authSession | IAuthSession | |
tokens | IAuthTokens | |
return | void |
public Logout ( IServiceBase service, Authenticate request ) : object | ||
service | IServiceBase | |
request | Authenticate | |
return | object |
public OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary |
||
authService | IServiceBase | |
session | IAuthSession | |
tokens | IAuthTokens | |
authInfo | string>.Dictionary | |
return | IHttpResult |
protected RedirectDueToFailure ( IServiceBase authService, IAuthSession session, |
||
authService | IServiceBase | |
session | IAuthSession | |
errorInfo | ||
return | IHttpResult |
public RedirectToMicrosoftLogout ( IServiceBase authService ) : IHttpResult | ||
authService | IServiceBase | |
return | IHttpResult |