TwoLeggedOAuth.fromJson constructor
TwoLeggedOAuth.fromJson(
- Map json_
Implementation
TwoLeggedOAuth.fromJson(core.Map json_)
: this(
clientId: json_['clientId'] as core.String?,
clientSecret: json_['clientSecret'] as core.String?,
tokenUrl: json_['tokenUrl'] as core.String?,
);