OauthAuthentication.fromJson constructor
Creates a new OauthAuthentication from the given json
Implementation
factory OauthAuthentication.fromJson(Map<String, dynamic> json) =>
_$OauthAuthenticationFromJson(json);
Creates a new OauthAuthentication from the given json
factory OauthAuthentication.fromJson(Map<String, dynamic> json) =>
_$OauthAuthenticationFromJson(json);