Class CollectResponseExtensions
Inheritance
System.Object
CollectResponseExtensions
Namespace: ActiveLogin.Authentication.BankId.Api.Models
Assembly: ActiveLogin.Authentication.BankId.Api.dll
Syntax
public static class CollectResponseExtensions : object
Methods
| Improve this Doc View SourceGetCollectHintCode(CollectResponse)
Collect hint code. RP should use the HintCode to provide the user with details and instructions and keep on calling collect until failed or complete.
Declaration
public static CollectHintCode GetCollectHintCode(this CollectResponse collectResponse)
Parameters
Type | Name | Description |
---|---|---|
CollectResponse | collectResponse |
Returns
Type | Description |
---|---|
CollectHintCode |
Remarks
Only present for pending and failed orders.
GetCollectStatus(CollectResponse)
Collect status.
Declaration
public static CollectStatus GetCollectStatus(this CollectResponse collectResponse)
Parameters
Type | Name | Description |
---|---|---|
CollectResponse | collectResponse |
Returns
Type | Description |
---|---|
CollectStatus |