OAuthEndpoint.fromJson constructor

OAuthEndpoint.fromJson(
  1. Map<String, dynamic> j
)

Implementation

factory OAuthEndpoint.fromJson(Map<String, dynamic> j) => OAuthEndpoint(endpoint: j['endpoint'], clientId: j['client_id']);