UNPKG

@aurahelper/languages

Version:

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

737 lines 21.4 kB
{ "id": "Auth.verificationresult", "nodeType": "class", "name": "VerificationResult", "namespace": "Auth", "startToken": { "type": "declaration.entity.name.class", "text": "VerificationResult", "textToLower": "verificationresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.class_VerificationResult_-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": "Contains the result of a verification challenge that you invoke when you create your own Verify page. The challenge can be initiated by either the System.UserManagement.verifyPasswordlessLogin or System.UserManagement.verifySelfRegistration method.", "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Auth_VerificationResult.htm", "classes": {}, "interfaces": {}, "enums": {}, "variables": { "message": { "id": "Auth.verificationresult.method.string message{get;set;}", "nodeType": "property", "name": "message", "startToken": { "type": "declaration.entity.name.property", "text": "message", "textToLower": "message", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_message_-1:0" }, "parentId": "Auth.verificationresult", "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 message { get; set; }", "simplifiedSignature": "String message{get;set;}", "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": "VerificationResult", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } }, "redirect": { "id": "Auth.verificationresult.method.system.pagereference redirect{get;set;}", "nodeType": "property", "name": "redirect", "startToken": { "type": "declaration.entity.name.property", "text": "redirect", "textToLower": "redirect", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_redirect_-1:0" }, "parentId": "Auth.verificationresult", "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 System.PageReference redirect { get; set; }", "simplifiedSignature": "System.PageReference redirect{get;set;}", "datatype": { "id": ".datatype.System.PageReference", "nodeType": "datatype", "name": "System.PageReference", "startToken": { "type": "datatype.support.class", "text": "System", "textToLower": "system", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_System_0:7" }, "parentId": "", "order": 0, "memberOrder": 0, "type": "System.PageReference" }, "parentName": "VerificationResult", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } }, "success": { "id": "Auth.verificationresult.method.boolean success{get;set;}", "nodeType": "property", "name": "success", "startToken": { "type": "declaration.entity.name.property", "text": "success", "textToLower": "success", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.property_success_-1:0" }, "parentId": "Auth.verificationresult", "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 success { get; set; }", "simplifiedSignature": "Boolean success{get;set;}", "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": "VerificationResult", "getter": { "id": ".getter.get", "nodeType": "getter", "name": "get", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] }, "setter": { "id": ".getter.set", "nodeType": "setter", "name": "set", "parentId": "", "order": 0, "memberOrder": 0, "variables": {}, "queries": [] } } }, "methods": { "clone()": { "id": "Auth.verificationresult.method.clone()", "nodeType": "method", "name": "clone", "startToken": { "type": "declaration.entity.name.function", "text": "clone", "textToLower": "clone", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_clone_-1:0" }, "parentId": "Auth.verificationresult", "order": 1, "memberOrder": 5, "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 Object clone()", "overrideSignature": "public override Object clone()", "simplifiedSignature": "clone()", "datatype": { "id": "Auth.verificationresult.clone.datatype.Object", "nodeType": "datatype", "name": "Object", "startToken": { "type": "datatype.primitive", "text": "Object", "textToLower": "object", "isAux": false, "range": { "start": { "line": 0, "character": 7 }, "end": { "line": 0, "character": 13 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Object_0:7" }, "parentId": "Auth.verificationresult.clone", "order": 0, "memberOrder": 0, "type": "Object" }, "description": "Duplicates the Auth.VerificationResult object.", "parentName": "VerificationResult", "variables": {}, "params": {}, "queries": [], "exceptions": [] } }, "constructors": { "verificationresult(system.pagereference,boolean,string)": { "id": "Auth.verificationresult.method.verificationresult(system.pagereference,boolean,string)", "nodeType": "constructor", "name": "VerificationResult", "startToken": { "type": "declaration.entity.name.function", "text": "VerificationResult", "textToLower": "verificationresult", "isAux": false, "range": { "start": { "line": -1, "character": 0 }, "end": { "line": -1, "character": 0 }, "isEmpty": true, "isSingleLine": true }, "id": "declaration.entity.name.function_VerificationResult_-1:0" }, "parentId": "Auth.verificationresult", "order": 1, "memberOrder": 4, "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 VerificationResult(System.PageReference redirect, Boolean success, String message)", "overrideSignature": "public override VerificationResult(System.PageReference redirect, Boolean success, String message)", "simplifiedSignature": "VerificationResult(System.PageReference,Boolean,String)", "description": "Creates an instance of the VerificationResult class that contains the verification result from System.UserManagement.verifySelfRegistration.", "parentName": "VerificationResult", "variables": {}, "params": { "redirect": { "id": "Auth.verificationresult.method.verificationresult(system.pagereference,boolean,string).varParam.redirect", "nodeType": "variable", "name": "redirect", "startToken": { "type": "declaration.entity.name.variable", "text": "redirect", "textToLower": "redirect", "isAux": false, "range": { "start": { "line": 0, "character": 47 }, "end": { "line": 0, "character": 55 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_redirect_0:47" }, "endToken": { "type": "declaration.entity.name.variable", "text": "redirect", "textToLower": "redirect", "isAux": false, "range": { "start": { "line": 0, "character": 47 }, "end": { "line": 0, "character": 55 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_redirect_0:47" }, "parentId": "Auth.verificationresult.method.verificationresult(system.pagereference,boolean,string)", "order": 1, "memberOrder": 1, "datatype": { "id": "Auth.verificationresult.verificationresult.datatype.System.PageReference", "nodeType": "datatype", "name": "System.PageReference", "startToken": { "type": "datatype.support.class", "text": "System", "textToLower": "system", "isAux": false, "range": { "start": { "line": 0, "character": 26 }, "end": { "line": 0, "character": 32 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_System_0:26" }, "parentId": "Auth.verificationresult.verificationresult", "order": 0, "memberOrder": 0, "type": "System.PageReference" }, "scope": null }, "success": { "id": "Auth.verificationresult.method.verificationresult(system.pagereference,boolean,string).varParam.success", "nodeType": "variable", "name": "success", "startToken": { "type": "declaration.entity.name.variable", "text": "success", "textToLower": "success", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 72 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_success_0:65" }, "endToken": { "type": "declaration.entity.name.variable", "text": "success", "textToLower": "success", "isAux": false, "range": { "start": { "line": 0, "character": 65 }, "end": { "line": 0, "character": 72 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_success_0:65" }, "parentId": "Auth.verificationresult.method.verificationresult(system.pagereference,boolean,string)", "order": 2, "memberOrder": 2, "datatype": { "id": "Auth.verificationresult.verificationresult.datatype.Boolean", "nodeType": "datatype", "name": "Boolean", "startToken": { "type": "datatype.primitive", "text": "Boolean", "textToLower": "boolean", "isAux": false, "range": { "start": { "line": 0, "character": 57 }, "end": { "line": 0, "character": 64 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_Boolean_0:57" }, "parentId": "Auth.verificationresult.verificationresult", "order": 0, "memberOrder": 0, "type": "Boolean" }, "scope": null }, "message": { "id": "Auth.verificationresult.method.verificationresult(system.pagereference,boolean,string).varParam.message", "nodeType": "variable", "name": "message", "startToken": { "type": "declaration.entity.name.variable", "text": "message", "textToLower": "message", "isAux": false, "range": { "start": { "line": 0, "character": 81 }, "end": { "line": 0, "character": 88 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_message_0:81" }, "endToken": { "type": "declaration.entity.name.variable", "text": "message", "textToLower": "message", "isAux": false, "range": { "start": { "line": 0, "character": 81 }, "end": { "line": 0, "character": 88 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_message_0:81" }, "parentId": "Auth.verificationresult.method.verificationresult(system.pagereference,boolean,string)", "order": 3, "memberOrder": 3, "datatype": { "id": "Auth.verificationresult.verificationresult.datatype.String", "nodeType": "datatype", "name": "String", "startToken": { "type": "datatype.primitive", "text": "String", "textToLower": "string", "isAux": false, "range": { "start": { "line": 0, "character": 74 }, "end": { "line": 0, "character": 80 }, "isEmpty": false, "isSingleLine": true }, "id": "token.type.identifier_String_0:74" }, "parentId": "Auth.verificationresult.verificationresult", "order": 0, "memberOrder": 0, "type": "String" }, "description": "Where user is directed upon successful verification. Indicates whether verification succeeded. Message that displays as a result of a verification challenge.", "scope": null } }, "queries": [], "exceptions": [] } }, "extendsType": "", "implementTypes": [], "implements": {}, "totalMembers": 5, "queries": [] }