Uses of Class
de.xima.fc.api.rest.pub.client.security.model.AuthenticationResponse
Packages that use AuthenticationResponse
Package
Description
-
Uses of AuthenticationResponse in de.xima.fc.api.rest.pub.client.security.api
Methods in de.xima.fc.api.rest.pub.client.security.api that return types with arguments of type AuthenticationResponseModifier and TypeMethodDescriptionAuthenticationApi.Authenticate.requestJson()Calls the API with theAcceptheader set toapplication/json; charset=utf-8.AuthenticationApi.Authenticate.requestJson_v1_0()Calls the API with theAcceptheader set toapplication/vnd.xima.fc.api.rest.public+json; version=1.0; charset=utf-8. -
Uses of AuthenticationResponse in de.xima.fc.api.rest.pub.client.security.model
Methods in de.xima.fc.api.rest.pub.client.security.model that return AuthenticationResponseModifier and TypeMethodDescriptionAuthenticationResponse.mfaRequiredResponse(MfaTempTokenResponse mfaRequiredResponse) Creates a new model with the given enum and no other data.AuthenticationResponse.statusType(AuthenticationResponse.StatusTypeEnum statusType) Creates a new model with the given enum and no other data.AuthenticationResponse.tokenResponse(AuthenticationTokenResponse tokenResponse) Creates a new model with the given enum and no other data.