ReviewR.Web.Services.Authenticators.Authenticator.ParseResponse C# (CSharp) Méthode

ParseResponse() protected méthode

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