Server Trust Challenge
class ServerTrustChallenge(val challenge: NetworkAuthenticationChallenge, onUserResponseReceived: (Boolean) -> Unit)
Represents a NetworkAuthenticationChallenge of type NetworkAuthenticationType.ServerTrust.
Since
200.2.0
Properties
Functions
Link copied to clipboard
Distrusts the server. Note that trust or distrust can only be called once on a single ServerTrustChallenge object. After either function has been called once, further calls will have no effect.
Link copied to clipboard
Trusts the server. Note that trust or distrust can only be called once on a single ServerTrustChallenge object. After either function has been called once, further calls will have no effect.