Class OAuthScopesRestrictionResponseAttributes

Attributes of an OAuth2 client scopes restriction.

Hierarchy

  • OAuthScopesRestrictionResponseAttributes

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
requiredPermissionScopes: null | string[]

Permission scopes automatically required for this client (for example, mobile-app permission scopes). Returns null when no scopes are required.

scopesRestriction: null | OAuthScopesRestriction

Allowlist of OIDC and permission scopes enforced for the OAuth2 client.

Generated using TypeDoc