Creates an OAuthFlow from a JSON object.
factory OAuthFlow.fromJson(Map<String, dynamic> json) => _$OAuthFlowFromJson(json);