UNPKG

@aurahelper/languages

Version:

Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more

113 lines 2.66 kB
{ "id": "ConnectApi.​contenthub​authentication​protocol", "nodeType": "enum", "name": "​ContentHub​Authentication​Protocol", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "​ContentHub​Authentication​Protocol", "textToLower": "​contenthub​authentication​protocol", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_​ContentHub​Authentication​Protocol_-1:0" }, "order": 0, "memberOrder": 0, "accessModifier": { "type": "keyword.modifier.access", "text": "global", "textToLower": "global", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.access_global_-1:0" }, "description": "Authentication protocol used for the", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/connectAPI_enums.htm", "values": [ { "type": "entity.enum.value", "text": "NoAuthentication", "textToLower": "noauthentication", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_NoAuthentication_-1:0", "order": 1, "memberOrder": 1 }, { "type": "entity.enum.value", "text": "Oauth", "textToLower": "oauth", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_Oauth_-1:0", "order": 2, "memberOrder": 2 }, { "type": "entity.enum.value", "text": "Password", "textToLower": "password", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_Password_-1:0", "order": 3, "memberOrder": 3 } ] }