MicrosoftIdpUtils constructor
MicrosoftIdpUtils({
- required MicrosoftIdpConfig config,
- required AuthUsers authUsers,
Creates a new instance of MicrosoftIdpUtils.
Implementation
MicrosoftIdpUtils({
required this.config,
required final AuthUsers authUsers,
}) : _authUsers = authUsers {
_oauth2Util = OAuth2PkceUtil(config: config.oauth2Config);
}