Amss.Boilerplate.Api.Configuration.CustomUserAuthRepository.GetUserAuth C# (CSharp) Method

GetUserAuth() public method

public GetUserAuth ( IAuthSession authSession, IOAuthTokens tokens ) : ServiceStack.ServiceInterface.Auth.UserAuth
authSession IAuthSession
tokens IOAuthTokens
return ServiceStack.ServiceInterface.Auth.UserAuth
        public UserAuth GetUserAuth(IAuthSession authSession, IOAuthTokens tokens)
        {
            throw new NotSupportedException();
        }

Same methods

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