interface Config {
    oauthApiKey: string;
    redirectUri: string;
}

Hierarchy (View Summary)

Properties

oauthApiKey: string

API key from Rev Admin -> Security. This is a DIFFERENT value from the User Token used for API login/extend session

redirectUri: string

The local URL that Rev should redirect user to after logging in. This must match EXACTLY what's specified in Rev Admin -> Security for the specified API key