C# Class SocialBootstrapApi.Models.CustomUserSession

Create your own strong-typed Custom AuthUserSession where you can add additional AuthUserSession fields required for your application. The base class is automatically populated with User Data as and when they authenticate with your application.
Inheritance: AuthUserSession
Mostra file Open project: ServiceStackApps/SocialBootstrapApi

Public Methods

Method Description
OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary authInfo ) : void

Private Methods

Method Description
CreateGravatarUrl ( string email, int size = 64 ) : string

Method Details

OnAuthenticated() public method

public OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary authInfo ) : void
authService IServiceBase
session IAuthSession
tokens IAuthTokens
authInfo string>.Dictionary
return void