OAuth2Google constructor
OAuth2Google({})
Implementation
OAuth2Google({
required this.$id,
required this.enabled,
required this.clientId,
required this.clientSecret,
required this.prompt,
});
OAuth2Google({
required this.$id,
required this.enabled,
required this.clientId,
required this.clientSecret,
required this.prompt,
});