Interface RegistrationOptions

interface RegistrationOptions {
    scope?: Scope;
}

Properties

Properties

scope?: Scope