C# 클래스 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.
상속: AuthUserSession
파일 보기 프로젝트 열기: ServiceStackApps/SocialBootstrapApi

공개 메소드들

메소드 설명
OnAuthenticated ( IServiceBase authService, IAuthSession session, IAuthTokens tokens, string>.Dictionary authInfo ) : void

비공개 메소드들

메소드 설명
CreateGravatarUrl ( string email, int size = 64 ) : string

메소드 상세

OnAuthenticated() 공개 메소드

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