Interface RegistrationOptions

Registration options.

interface RegistrationOptions {
    scope?: Scope;
}

Properties

Properties

scope?: Scope

The scope of the registration.