OAuthResponse constructor

const OAuthResponse({
  1. required OAuthProvider provider,
  2. required String url,
})

Instanciates an OAuthResponse object from json response.

Implementation

const OAuthResponse({
  required this.provider,
  required this.url,
});