Uses of Class
se.swedenconnect.bankid.idp.authn.api.ApiResponse
Package
Description
BankID IdP backend API.
BankID service support, i.e., communication with the BankID server.
-
Uses of ApiResponse in se.swedenconnect.bankid.idp.authn.api
Modifier and TypeMethodDescriptionstatic ApiResponse
ApiResponseFactory.create
(BankIdSessionData data, QRGenerator generator, boolean showQr) Creates anApiResponse
.static ApiResponse
ApiResponseFactory.createErrorResponseBankIdServerException()
static ApiResponse
ApiResponseFactory.createErrorResponseTimeExpired()
Creates anApiResponse
indicating a timeout.static ApiResponse
ApiResponseFactory.createUnknownError()
Creates anApiResponse
representing an unknown error.static ApiResponse
ApiResponseFactory.createUserCancelResponse()
Creates anApiResponse
representing a cancelled operation.Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<ApiResponse> API method for making a BankID polling request. -
Uses of ApiResponse in se.swedenconnect.bankid.idp.authn.service
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono
<ApiResponse> BankIdService.poll
(PollRequest request) Sends a request to the BankID server.