Enum CollectHintCode
Possible values of hint code for collect call.
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public enum CollectHintCode : int
Fields
Name | Description |
---|---|
Cancelled | The order was cancelled. The system received a new order for the user. |
CertificateErr | This error is returned if:
|
ExpiredTransaction | The order has expired. The BankID security app/program did not start, the user did not finalize the signing or the RP called collect too late. |
NoClient | The order is pending. The client has not yet received the order. |
NotSupportedByUserApp | The order was picked up by a client that does not support the requested feature. The BankID client used by the user needs to be updated to a later version that supports the features that are required to complete the order. |
OutstandingTransaction | The order is pending. The client has not yet received the order. The HintCode will later change to NoClient, Started or UserSign. |
Started | The order is pending. A client has been started with the autostarttoken but a usable ID has not yet been found in the started client. When the client starts there may be a short delay until all ID:s are registered. The user may not have any usable ID:s at all, or has not yet inserted their smart card. |
StartFailed | The user did not provide her ID, or the RP requires AutoStartToken to be used, but the client did not start within a certain time limit. The reason may be:
|
TransactionRiskBlocked | The risk for the order was too high and the order was blocked. |
Unknown | Unknown or new hint code. |
UserCallConfirm | Order is waiting for the user to confirm that they have received this order while in a call with your organization. |
UserCancel | The user decided to cancel the order. |
UserDeclinedCall | The order was cancelled because the user indicated in the app that they are not in a call with your organization. |
UserMrtd | Order is pending. A client has launched and received the order but additional steps for providing MRTD (Machine Readable Travel Document) information is required to proceed with the order. |
UserSign | The order is pending. The client has received the order. |