@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
344 lines • 8.04 kB
JSON
{
"id": "Auth.invocationcontext",
"nodeType": "enum",
"name": "InvocationContext",
"namespace": "Auth",
"startToken": {
"type": "declaration.entity.name.class",
"text": "InvocationContext",
"textToLower": "invocationcontext",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_InvocationContext_-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": "The context in which the connected app is invoked, such as the protocol flow used and the token type issued, if any. Developers can use the context information to write code that is unique to the type of invocation.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_Auth_InvocationContext.htm",
"values": [
{
"type": "entity.enum.value",
"text": "ASSET_TOKEN",
"textToLower": "asset_token",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_ASSET_TOKEN_-1:0",
"order": 1,
"memberOrder": 1
},
{
"type": "entity.enum.value",
"text": "OAUTH1",
"textToLower": "oauth1",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH1_-1:0",
"order": 2,
"memberOrder": 2
},
{
"type": "entity.enum.value",
"text": "OAUTH2_JWT_BEARER_TOKEN",
"textToLower": "oauth2_jwt_bearer_token",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH2_JWT_BEARER_TOKEN_-1:0",
"order": 3,
"memberOrder": 3
},
{
"type": "entity.enum.value",
"text": "OAUTH2_SAML_ASSERTION",
"textToLower": "oauth2_saml_assertion",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH2_SAML_ASSERTION_-1:0",
"order": 4,
"memberOrder": 4
},
{
"type": "entity.enum.value",
"text": "OAUTH2_SAML_BEARER_ASSERTION",
"textToLower": "oauth2_saml_bearer_assertion",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH2_SAML_BEARER_ASSERTION_-1:0",
"order": 5,
"memberOrder": 5
},
{
"type": "entity.enum.value",
"text": "OAUTH2_USERNAME_PASSWORD",
"textToLower": "oauth2_username_password",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH2_USERNAME_PASSWORD_-1:0",
"order": 6,
"memberOrder": 6
},
{
"type": "entity.enum.value",
"text": "OAUTH2_USER_AGENT_ID_TOKEN",
"textToLower": "oauth2_user_agent_id_token",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH2_USER_AGENT_ID_TOKEN_-1:0",
"order": 7,
"memberOrder": 7
},
{
"type": "entity.enum.value",
"text": "OAUTH2_USER_AGENT_TOKEN",
"textToLower": "oauth2_user_agent_token",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH2_USER_AGENT_TOKEN_-1:0",
"order": 8,
"memberOrder": 8
},
{
"type": "entity.enum.value",
"text": "OAUTH2_WEB_SERVER",
"textToLower": "oauth2_web_server",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OAUTH2_WEB_SERVER_-1:0",
"order": 9,
"memberOrder": 9
},
{
"type": "entity.enum.value",
"text": "OPENIDCONNECT",
"textToLower": "openidconnect",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_OPENIDCONNECT_-1:0",
"order": 10,
"memberOrder": 10
},
{
"type": "entity.enum.value",
"text": "REFRESH_TOKEN",
"textToLower": "refresh_token",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_REFRESH_TOKEN_-1:0",
"order": 11,
"memberOrder": 11
},
{
"type": "entity.enum.value",
"text": "SAML_ASSERTION",
"textToLower": "saml_assertion",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_SAML_ASSERTION_-1:0",
"order": 12,
"memberOrder": 12
},
{
"type": "entity.enum.value",
"text": "UNKNOWN",
"textToLower": "unknown",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_UNKNOWN_-1:0",
"order": 13,
"memberOrder": 13
},
{
"type": "entity.enum.value",
"text": "USERID_ENDPOINT",
"textToLower": "userid_endpoint",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_USERID_ENDPOINT_-1:0",
"order": 14,
"memberOrder": 14
}
]
}