java.lang.Object
dev.eidentification.bankid.BankId

public final class BankId extends Object
The BankId class provides methods to initiate and process BankID authentication and signing orders. Most methods initiate an order and respond with orderRef and autoStartToken. Use the collect(CollectRequest) or collectAsync(CollectRequest) methods to query the status of the order.

Each method in the class comes in two forms: synchronous and asynchronous. The latter performs operation in a non-blocking manner and returns CompletableFuture.

See Also: