ThirdPartyAuthenticator constructor

ThirdPartyAuthenticator({
  1. required Future<AccessCredentials> obtainCredentialsFromThirdParty(),
})

Implementation

ThirdPartyAuthenticator({
  required this.obtainCredentialsFromThirdParty,
});