OmniClientAuthDeviceFlowParams

Defined in OmniClient.h

struct OmniClientAuthDeviceFlowParams

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

Public Members

const char *server
const char *url

The server that we are trying to authorize with.

const char *code

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

uint32_t expiration

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