FurtherAuth - HavePartialSuccess

[C]

bool __cdecl FlowSshC_FurtherAuth_HavePartialSuccess(FlowSshC_FurtherAuth* furtherAuth);

[C++]

[FurtherAuth] bool HavePartialSuccess() const;

[C#]

[FurtherAuth] public bool HavePartialSuccess();

[C] Parameters

Return Value

True: One of the previous authentication attempts has succeeded, but at the same time, more authentication is required by the server.
False: None of the previous authentication attempts has succeeded.

Remarks

Tells whether any of the previous authentication attempts has succeeded, but at the same time, more authentication is required by the server. Imagine that for an account both password and public-key authentication are required. If password authentication has already succeeded, while public-key authentication is still pending and requires more data (a keypair), then HavePartialSuccess returns True.