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