buildAuthenticator method
Implementation
BaseAuthenticator buildAuthenticator(Map<String, dynamic> opts) {
auth = (String? nonce) => opts;
return this;
}
BaseAuthenticator buildAuthenticator(Map<String, dynamic> opts) {
auth = (String? nonce) => opts;
return this;
}