OAuth2Microsoft constructor
OAuth2Microsoft({})
Implementation
OAuth2Microsoft({
required this.$id,
required this.enabled,
required this.applicationId,
required this.applicationSecret,
required this.tenant,
});