ProxyTOAuth2AuthenticateInput.fromJson constructor
Implementation
factory ProxyTOAuth2AuthenticateInput.fromJson(Map<String, dynamic> json) => ProxyTOAuth2AuthenticateInput(body: ProxyTOAuth2AuthenticateBody.fromJson(json['body'] as Map<String, dynamic>));