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