UNPKG

@aurahelper/languages

Version:

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

310 lines 8.45 kB
{ "id": "ConnectApi.​contenthub​repository​authentication", "nodeType": "class", "name": "​ContentHub​Repository​Authentication", "namespace": "ConnectApi", "startToken": { "type": "declaration.entity.name.class", "text": "​ContentHub​Repository​Authentication", "textToLower": "​contenthub​repository​authentication", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_​ContentHub​Repository​Authentication_-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" }, "sharingModifier": { "type": "keyword.modifier.sharing", "text": "without sharing", "textToLower": "without sharing", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "keyword.modifier.sharing_without sharing_-1:0" }, "description": "Authentication information for a repository.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_content_hub_repository_authentication.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "authflowurl": { "id": "ConnectApi.​contenthub​repository​authentication.method.string authflowurl", "nodeType": "variable", "name": "authFlowUrl", "startToken": { "type": "declaration.entity.name.variable", "text": "authFlowUrl", "textToLower": "authflowurl", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_authFlowUrl_-1:0" }, "parentId": "ConnectApi.​contenthub​repository​authentication", "order": 1, "memberOrder": 1, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public String authFlowUrl", "simplifiedSignature": "String authFlowUrl", "datatype": { "id": ".datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "String" }, "parentName": "​ContentHub​Repository​Authentication" }, "authprotocol": { "id": "ConnectApi.​contenthub​repository​authentication.method.protocol authprotocol", "nodeType": "variable", "name": "authProtocol", "startToken": { "type": "declaration.entity.name.variable", "text": "authProtocol", "textToLower": "authprotocol", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_authProtocol_-1:0" }, "parentId": "ConnectApi.​contenthub​repository​authentication", "order": 2, "memberOrder": 2, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Protocol authProtocol", "simplifiedSignature": "Protocol authProtocol", "datatype": { "id": ".datatype.Protocol", "nodeType": "datatype", "name": "Protocol", "startToken": { "type": "datatype.custom.class", "text": "Protocol", "textToLower": "protocol", "isAux": false, "range": { "start": { "line": 0, "character": 45 }, "end": { "line": 0, "character": 53 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Protocol_0:45" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Protocol" }, "parentName": "​ContentHub​Repository​Authentication" }, "userhas": { "id": "ConnectApi.​contenthub​repository​authentication.method.boolean userhas", "nodeType": "variable", "name": "userHas", "startToken": { "type": "declaration.entity.name.variable", "text": "userHas​AuthSettings", "textToLower": "userhas​authsettings", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.variable_userHas​AuthSettings_-1:0" }, "parentId": "ConnectApi.​contenthub​repository​authentication", "order": 3, "memberOrder": 3, "accessModifier": { "type": "keyword.modifier.access", "text": "public", "textToLower": "public", "isAux": false, "range": { "start": { "line": 0, "character": 0 }, "end": { "line": 0, "character": 6 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_public_0:0" }, "signature": "public Boolean userHas", "simplifiedSignature": "Boolean userHas", "datatype": { "id": ".datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 14 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "Boolean" }, "parentName": "​ContentHub​Repository​Authentication" } }, "methods": {}, "constructors": {}, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 3, "queries": [] }