GoogleTokenExchangerInputModel constructor
const
GoogleTokenExchangerInputModel({})
Implementation
const GoogleTokenExchangerInputModel({
this.clientId,
required this.clientSecret,
required this.redirectUri,
this.codeVerifier,
required this.code,
required this.apiUrl,
this.grantType,
});