Interface ClientAuthorizationParams

interface ClientAuthorizationParams {
    scope?: string | Record<string, string>;
}

Hierarchy

Properties

Properties

scope?: string | Record<string, string>