Interface ClientOAuthConfig

Client OAuth configuration (nested subdocument on ClientInterface). Mirrors client.oauth in macs-node-sdk/lib/clients/models/client.js.

interface ClientOAuthConfig {
    active?: boolean;
    authorized_redirect_uris?: string[];
}

Properties

active?: boolean

Whether OAuth authorization is enabled for this client

authorized_redirect_uris?: string[]

Redirect URIs accepted during the authorize step