Package com.couchbase.lite
Interface MultipeerCertificateAuthenticator.AuthenticationDelegate
- Enclosing class:
- MultipeerCertificateAuthenticator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface MultipeerCertificateAuthenticator.AuthenticationDelegate
Delegate interface for custom authentication logic.
This interface allows clients to implement their own authentication strategy
-
Method Summary
Modifier and TypeMethodDescriptionboolean
authenticate
(PeerInfo.PeerId peer, List<X509Certificate> certs)
-
Method Details
-
authenticate
-