Uses of Class
de.gematik.idp.client.data.AuthenticationRequest
Packages that use AuthenticationRequest
-
Uses of AuthenticationRequest in de.gematik.idp.client
Methods in de.gematik.idp.client with parameters of type AuthenticationRequestModifier and TypeMethodDescriptionAuthenticatorClient.performAuthentication(AuthenticationRequest authenticationRequest, UnaryOperator<kong.unirest.MultipartBody> beforeAuthenticationCallback, Consumer<kong.unirest.HttpResponse<String>> afterAuthenticationCallback) AuthenticatorClient.performAuthenticationWithAltAuth(AuthenticationRequest authenticationRequest, UnaryOperator<kong.unirest.MultipartBody> beforeAuthenticationMapper, Consumer<kong.unirest.HttpResponse<String>> afterAuthenticationCallback) AuthenticatorClient.performAuthenticationWithSsoToken(AuthenticationRequest authenticationRequest, UnaryOperator<kong.unirest.MultipartBody> beforeAuthenticationCallback, Consumer<kong.unirest.HttpResponse<String>> afterAuthenticationCallback)