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
Показать файл Открыть проект

Открытые методы

Метод Описание
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