Interface CloudCvars

interface CloudCvars {
    authFrontendURL: CVar;
    libraryServiceEndpointURL: CVar;
}

Properties

authFrontendURL: CVar

Determines the base URL for the Abstract ID authorization frontend.

libraryServiceEndpointURL: CVar

Determines the base URL used to send HTTP requests to the RSX Library Web Service.