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