OauthCustomScope: Metadata & {
    description: string;
    developerName: string;
    isProtected?: boolean | null;
    isPublic?: boolean | null;
    masterLabel: string;
}

Type declaration

  • description: string
  • developerName: string
  • Optional isProtected?: boolean | null
  • Optional isPublic?: boolean | null
  • masterLabel: string