Interface Gosling.IIdentityServerHandshakeRejectedListener
-
- Enclosing class:
- Gosling
public static interface Gosling.IIdentityServerHandshakeRejectedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onIdentityServerHandshakeRejectedEvent(Gosling.Context context, long handshake_handle, boolean client_allowed, boolean client_requested_endpoint_valid, boolean client_proof_signature_valid, boolean client_auth_signature_valid, boolean challenge_response_valid)
-
-
-
Method Detail
-
onIdentityServerHandshakeRejectedEvent
void onIdentityServerHandshakeRejectedEvent(Gosling.Context context, long handshake_handle, boolean client_allowed, boolean client_requested_endpoint_valid, boolean client_proof_signature_valid, boolean client_auth_signature_valid, boolean challenge_response_valid)
-
-