Package se.idkollen.client.endpoints
Class BankIdNoEndpoint
java.lang.Object
se.idkollen.client.endpoints.BankIdNoEndpoint
Endpoint for BankID NO operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStart a BankID NO authentication session.Poll the current status of a BankID NO authentication session.Start a BankID NO backchannel authentication session.Cancel a BankID NO authentication session.Cancel a BankID NO signing session.Start a BankID NO signing session.Poll the current status of a BankID NO signing session.waitForAuthAsync(String id, PollOptions opts) Poll until the authentication session reaches a terminal state or the timeout elapses.waitForSignAsync(String id, PollOptions opts) Poll until the signing session reaches a terminal state or the timeout elapses.
-
Constructor Details
-
BankIdNoEndpoint
-
-
Method Details
-
authAsync
Start a BankID NO authentication session. -
backchannelAuthAsync
Start a BankID NO backchannel authentication session. -
signAsync
Start a BankID NO signing session. -
authStatusAsync
Poll the current status of a BankID NO authentication session. -
signStatusAsync
Poll the current status of a BankID NO signing session. -
cancelAuthAsync
Cancel a BankID NO authentication session. -
cancelSignAsync
Cancel a BankID NO signing session. -
waitForAuthAsync
Poll until the authentication session reaches a terminal state or the timeout elapses. -
waitForAuthAsync
-
waitForSignAsync
Poll until the signing session reaches a terminal state or the timeout elapses. -
waitForSignAsync
-