Uses of Class
de.xima.fc.api.rest.pub.client.security.model.MfaTempTokenResponse
Packages that use MfaTempTokenResponse
Package
Description
-
Uses of MfaTempTokenResponse 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 MfaTempTokenResponseModifier and TypeMethodDescriptionAuthenticationApi.RefreshMfaTempToken.requestJson()Calls the API with theAcceptheader set toapplication/json; charset=utf-8.AuthenticationApi.RefreshMfaTempToken.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 MfaTempTokenResponse in de.xima.fc.api.rest.pub.client.security.model
Methods in de.xima.fc.api.rest.pub.client.security.model that return MfaTempTokenResponseModifier and TypeMethodDescriptionCreates a new model with the given enum and no other data.AuthenticationResponse.getMfaRequiredResponse()Get mfaRequiredResponseCreates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.Creates a new model with the given enum and no other data.Methods in de.xima.fc.api.rest.pub.client.security.model with parameters of type MfaTempTokenResponseModifier and TypeMethodDescriptionAuthenticationResponse.mfaRequiredResponse(MfaTempTokenResponse mfaRequiredResponse) Creates a new model with the given enum and no other data.voidAuthenticationResponse.setMfaRequiredResponse(MfaTempTokenResponse mfaRequiredResponse) -
Uses of MfaTempTokenResponse in de.xima.fc.user_portal.api.provider.model
Methods in de.xima.fc.user_portal.api.provider.model that return MfaTempTokenResponseConstructors in de.xima.fc.user_portal.api.provider.model with parameters of type MfaTempTokenResponseModifierConstructorDescriptionUserPortalMfaRequiredException(MfaTempTokenResponse mfaRequiredResponse) -
Uses of MfaTempTokenResponse in de.xima.fc.user_portal.api.provider.spec
Methods in de.xima.fc.user_portal.api.provider.spec that return types with arguments of type MfaTempTokenResponseModifier and TypeMethodDescriptionIUsersApi.sendEmailCode(IUserPortalInvocationContext ctx, String token) Sends an email with a code for multi-factor authentication (MFA) to the user.