OmniClientCredentials#

struct OmniClientCredentials#

Credentials to sign in with.

Set either “abort”, “token”, or “username” & “password” if you return true from your callback

Public Members

bool abort#

Set to true to abort this connection request.

struct OmniClientContent token#

Set to an access token retrieved from the authentication service.

struct OmniClientContent username#

Set to an explicit username to sign in.

struct OmniClientContent password#

Specify a password to use with username.