UNPKG

@aurahelper/languages

Version:

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

134 lines 3.08 kB
{ "id": "Datasource.authenticationcapability", "nodeType": "enum", "name": "AuthenticationCapability", "namespace": "Datasource", "startToken": { "type": "declaration.entity.name.class", "text": "AuthenticationCapability", "textToLower": "authenticationcapability", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_AuthenticationCapability_-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": "Specifies the types of authentication that can be used to access the external system.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_DataSource_AuthenticationCapability.htm", "values": [ { "type": "entity.enum.value", "text": "ANONYMOUS", "textToLower": "anonymous", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_ANONYMOUS_-1:0", "order": 1, "memberOrder": 1 }, { "type": "entity.enum.value", "text": "BASIC", "textToLower": "basic", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_BASIC_-1:0", "order": 2, "memberOrder": 2 }, { "type": "entity.enum.value", "text": "CERTIFICATE", "textToLower": "certificate", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_CERTIFICATE_-1:0", "order": 3, "memberOrder": 3 }, { "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": 4, "memberOrder": 4 } ] }