ReviewR.Web.Services.Authenticators.Authenticator.ParseResponse C# (CSharp) Method

ParseResponse() protected method

protected ParseResponse ( string jsonResponse ) : UserInfo
jsonResponse string
return ReviewR.Web.Models.UserInfo
        protected internal virtual UserInfo ParseResponse(string jsonResponse)
        {
            throw new NotImplementedException("Authenticator must implement ParseResponse(dynamic) or CompleteAuthentication(string)");
        }