Package se.idkollen.client.endpoints
Class BankIdSeEndpoint
java.lang.Object
se.idkollen.client.endpoints.BankIdSeEndpoint
Endpoint for BankID SE operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStart a BankID SE age verification session.Poll the current status of a BankID SE age verification session.Start a BankID SE authentication session.Poll the current status of a BankID SE authentication session.Cancel a BankID SE age verification session.Cancel a BankID SE authentication session.Cancel a BankID SE signing session.Start a BankID SE phone authentication session.Start a BankID SE phone signing session.Start a BankID SE signing session.Poll the current status of a BankID SE signing session.Verify a scanned BankID SE QR code.waitForAgeVerificationAsync(String id, PollOptions opts) Poll until the age verification session reaches a terminal state or the timeout elapses.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
-
BankIdSeEndpoint
-
-
Method Details
-
authAsync
Start a BankID SE authentication session. -
phoneAuthAsync
Start a BankID SE phone authentication session. -
signAsync
Start a BankID SE signing session. -
phoneSignAsync
Start a BankID SE phone signing session. -
verifyAsync
Verify a scanned BankID SE QR code. -
ageVerificationAsync
Start a BankID SE age verification session. -
authStatusAsync
Poll the current status of a BankID SE authentication session. -
signStatusAsync
Poll the current status of a BankID SE signing session. -
ageVerificationStatusAsync
Poll the current status of a BankID SE age verification session. -
cancelAuthAsync
Cancel a BankID SE authentication session. -
cancelSignAsync
Cancel a BankID SE signing session. -
cancelAgeVerificationAsync
Cancel a BankID SE age verification 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
-
waitForAgeVerificationAsync
public CompletableFuture<AgeVerificationStatus> waitForAgeVerificationAsync(String id, PollOptions opts) Poll until the age verification session reaches a terminal state or the timeout elapses. -
waitForAgeVerificationAsync
-