Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.GetUserAuth C# (CSharp) Метод

GetUserAuth() публичный Метод

public GetUserAuth ( IAuthSession authSession, IOAuthTokens tokens ) : ServiceStack.ServiceInterface.Auth.UserAuth
authSession IAuthSession
tokens IOAuthTokens
Результат ServiceStack.ServiceInterface.Auth.UserAuth
        public UserAuth GetUserAuth(IAuthSession authSession, IOAuthTokens tokens)
        {
            throw new NotSupportedException();
        }

Same methods

CustomUserAuthRepository::GetUserAuth ( string userAuthId ) : ServiceStack.ServiceInterface.Auth.UserAuth