# Functions
Auth verifies given creds in saslauthd.
AuthWithConnect verifies given creds in saslauthd using given connect function to reach it.
Available returns true iff saslauthd socket is reachable.
Supported returns true on all platforms where saslauthd code is supported (which is essentially all but windows).
# Type aliases
ConnectFn is function used to establish connection to saslauthd.