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
Afficher le fichier Open project: ServiceStackApps/SocialBootstrapApi

Méthodes publiques

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

Private Methods

Méthode Description
CreateGravatarUrl ( string email, int size = 64 ) : string

Method Details

OnAuthenticated() public méthode

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