...
progressStatus | Object with status of the order |
progressStatus.status | General status of the attempt. Possible values: COMPLETED, FAILED, CANCELLED, PENDING |
progressStatus.substatus | Status from the provider |
progressStatus.message | Status message from the provider |
attributes | Key-value pairs with information from the certificate or sign/auth operation. |
userInfo | Basic information about the user |
userInfo.subjectIdentifier | Identifier of the subject |
userInfo.subjectIdentifier.value | Unique identifier of the subject. |
userInfo.subjectIdentifier.type | Specifies subject identifier type. Currently used are: "tin" (personnummer), "email" - user e-mail address. |
userInfo.displayName | User display name. Used by some providers for given name + surname |
userInfo.givenName | User given name |
userInfo.sn | User surname |
userInfo.tin | User TIN (personnummer) |
userInfo.ipAddress | IP address of the eID client |
validationInfo | Information about the validation. May contain the actual signature and OCSP response from certificate validation. |
validationInfo.signature | Base64 encoded signature in the format specified by "signatureFormat". |
validationInfo.signatureFormat | Current supported formats are: "xmldsig" - Standard XML based format used by BankID. "pkcs7" - PKCS#7, binary format used by NetID etc. "jws" - JSON Web Signature format used by Freja. |
validationInfo.ocspResponse | Base64 encoded OCSP response (not available for all providers). |
transactionId | The same transactionId that was provided in the request, used for tracing and logging purposes. |
...