@aurahelper/languages
Version:
Language Libraries to work with XML, Aura, Apex... files. tokenizers, parsers, system classes and much more
197 lines • 4.71 kB
JSON
{
"id": "Auth.lightninglogineligibility",
"nodeType": "enum",
"name": "LightningLoginEligibility",
"namespace": "Auth",
"startToken": {
"type": "declaration.entity.name.class",
"text": "LightningLoginEligibility",
"textToLower": "lightninglogineligibility",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "declaration.entity.name.class_LightningLoginEligibility_-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": "Contains a Lightning Login eligibility value used by the Auth.SessionManagement.getLightningLoginEligibility method.",
"documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_Auth_LightningLoginEligibility.htm",
"values": [
{
"type": "entity.enum.value",
"text": "ELIGIBLE",
"textToLower": "eligible",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_ELIGIBLE_-1:0",
"order": 1,
"memberOrder": 1
},
{
"type": "entity.enum.value",
"text": "ORG_AUTHENTICATOR_NOT_ENABLED",
"textToLower": "org_authenticator_not_enabled",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_ORG_AUTHENTICATOR_NOT_ENABLED_-1:0",
"order": 2,
"memberOrder": 2
},
{
"type": "entity.enum.value",
"text": "ORG_PREF_NOT_ENABLED",
"textToLower": "org_pref_not_enabled",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_ORG_PREF_NOT_ENABLED_-1:0",
"order": 3,
"memberOrder": 3
},
{
"type": "entity.enum.value",
"text": "USER_AUTHENTICATOR_NOT_CONNECTED",
"textToLower": "user_authenticator_not_connected",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_USER_AUTHENTICATOR_NOT_CONNECTED_-1:0",
"order": 4,
"memberOrder": 4
},
{
"type": "entity.enum.value",
"text": "USER_NOT_ALLOWED",
"textToLower": "user_not_allowed",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_USER_NOT_ALLOWED_-1:0",
"order": 5,
"memberOrder": 5
},
{
"type": "entity.enum.value",
"text": "USER_NOT_ENROLLED",
"textToLower": "user_not_enrolled",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_USER_NOT_ENROLLED_-1:0",
"order": 6,
"memberOrder": 6
},
{
"type": "entity.enum.value",
"text": "USER_PERM_NOT_ENABLED",
"textToLower": "user_perm_not_enabled",
"isAux": false,
"range": {
"start": {
"line": -1,
"character": 0
},
"end": {
"line": -1,
"character": 0
},
"isEmpty": true,
"isSingleLine": true
},
"id": "entity.enum.value_USER_PERM_NOT_ENABLED_-1:0",
"order": 7,
"memberOrder": 7
}
]
}