fromHttpResponse static method
Convert the HTTP response into the AuthValidateResponse
Implementation
static AuthValidateResponse fromHttpResponse(String body) {
return AuthValidateResponse.fromJson(jsonDecode(body));
}
Convert the HTTP response into the AuthValidateResponse
static AuthValidateResponse fromHttpResponse(String body) {
return AuthValidateResponse.fromJson(jsonDecode(body));
}