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

GetUserOAuthProviders() public method

public GetUserOAuthProviders ( string userAuthId ) : List
userAuthId string
return List
        public List<UserOAuthProvider> GetUserOAuthProviders(string userAuthId)
        {
            return new List<UserOAuthProvider>();
        }