ThirdPartyAuthenticator constructor
ThirdPartyAuthenticator({
- required Future<
AccessCredentials> obtainCredentialsFromThirdParty(),
Implementation
ThirdPartyAuthenticator({
required this.obtainCredentialsFromThirdParty,
});