Uses of Class
se.swedenconnect.bankid.idp.authn.api.ApiResponse
Packages that use 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
Methods in se.swedenconnect.bankid.idp.authn.api that return ApiResponseModifier and TypeMethodDescriptionstatic ApiResponseApiResponseFactory.create(BankIdSessionData data, QRGenerator generator, boolean showQr) Creates anApiResponse.static ApiResponseApiResponseFactory.createErrorResponseBankIdServerException()static ApiResponseApiResponseFactory.createErrorResponseTimeExpired()Creates anApiResponseindicating a timeout.static ApiResponseApiResponseFactory.createUnknownError()Creates anApiResponserepresenting an unknown error.static ApiResponseApiResponseFactory.createUserCancelResponse()Creates anApiResponserepresenting a cancelled operation.Methods in se.swedenconnect.bankid.idp.authn.api that return types with arguments of type ApiResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ApiResponse> API method for making a BankID polling request. -
Uses of ApiResponse in se.swedenconnect.bankid.idp.authn.service
Methods in se.swedenconnect.bankid.idp.authn.service that return types with arguments of type ApiResponseModifier and TypeMethodDescriptionreactor.core.publisher.Mono<ApiResponse> BankIdService.poll(PollRequest request) Sends a request to the BankID server.