OauthAuthentication.fromJson constructor

OauthAuthentication.fromJson(
  1. Map<String, dynamic> json
)

Creates a new OauthAuthentication from the given json

Implementation

factory OauthAuthentication.fromJson(Map<String, dynamic> json) =>
    _$OauthAuthenticationFromJson(json);