Opaque Structures

[C]

struct FlowSshC_Client {};
struct FlowSshC_ClientSessionChannel {};
struct FlowSshC_ClientSftpChannel {};
struct FlowSshC_FurtherAuth {};
struct FlowSshC_Keypair {};
struct FlowSshC_PasswordChange {};
struct FlowSshC_PublicKey {};

Remarks

All structures listed above are opaque structures or so called tokens. They represent objects created and managed by FlowSshC. The client uses a token to identify and access a specific object. A Client, ClientSessionChannel, ClientSftpChannel, FurtherAuth, Keypair, PasswordChange, or a PublicKey instance, are all identified and accessed through these tokens.