Uses of Class
se.swedenconnect.bankid.rpapi.service.AuthenticateRequest
Packages that use AuthenticateRequest
Package
Description
BankID service support, i.e., communication with the BankID server.
Service interfaces for the BankID Relying Party API.
Implementations of the service interfaces for the BankID Relying Party API.
-
Uses of AuthenticateRequest in se.swedenconnect.bankid.idp.authn.service
Methods in se.swedenconnect.bankid.idp.authn.service that return AuthenticateRequestModifier and TypeMethodDescriptionBankIdRequestFactory.createAuthenticateRequest
(PollRequest request) Creates a BankID authentication request. -
Uses of AuthenticateRequest in se.swedenconnect.bankid.rpapi.service
Methods in se.swedenconnect.bankid.rpapi.service with parameters of type AuthenticateRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<OrderResponse> BankIDClient.authenticate
(AuthenticateRequest request) Initiates an authentication operation. -
Uses of AuthenticateRequest in se.swedenconnect.bankid.rpapi.service.impl
Methods in se.swedenconnect.bankid.rpapi.service.impl with parameters of type AuthenticateRequestModifier and TypeMethodDescriptionreactor.core.publisher.Mono
<OrderResponse> BankIDClientImpl.authenticate
(AuthenticateRequest request) Initiates an authentication operation.