OmniClientAuthDeviceFlowParams#

struct OmniClientAuthDeviceFlowParams#

This struct contains data provided to the “Device Flow” authentication callback.

Public Members

const char *server#

The server that we are trying to authorize with.

const char *url#

The URL of a webpage where the user can go to authorize.

const char *code#

The code the user should type in on the auth web page.

uint32_t expiration#

Time in seconds that the user has to enter the code before auth is automatically cancelled.