UNPKG

@aurahelper/languages

Version:

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

176 lines 4.04 kB
{ "id": "Auth.verificationmethod", "nodeType": "enum", "name": "VerificationMethod", "namespace": "Auth", "startToken": { "type": "declaration.entity.name.class", "text": "VerificationMethod", "textToLower": "verificationmethod", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_VerificationMethod_-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 the different ways users can identify themselves when logging in. You can use it to implement mobile-centric passwordless login pages and to self-register (and deregister) verification methods.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_enum_Auth_VerificationMethod.htm", "values": [ { "type": "entity.enum.value", "text": "EMAIL", "textToLower": "email", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_EMAIL_-1:0", "order": 1, "memberOrder": 1 }, { "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": 2, "memberOrder": 2 }, { "type": "entity.enum.value", "text": "SALESFORCE_AUTHENTICATOR", "textToLower": "salesforce_authenticator", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_SALESFORCE_AUTHENTICATOR_-1:0", "order": 3, "memberOrder": 3 }, { "type": "entity.enum.value", "text": "SMS", "textToLower": "sms", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_SMS_-1:0", "order": 4, "memberOrder": 4 }, { "type": "entity.enum.value", "text": "TOTP", "textToLower": "totp", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_TOTP_-1:0", "order": 5, "memberOrder": 5 }, { "type": "entity.enum.value", "text": "U2F", "textToLower": "u2f", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "entity.enum.value_U2F_-1:0", "order": 6, "memberOrder": 6 } ] }