Uses of Class
de.xima.fc.api.rest.pub.client.security.model.MfaVerificationResponse
Packages that use MfaVerificationResponse
Package
Description
-
Uses of MfaVerificationResponse 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 MfaVerificationResponseModifier and TypeMethodDescriptionAuthenticationApi.VerifyMfaCode.requestJson()Calls the API with theAcceptheader set toapplication/json; charset=utf-8.AuthenticationApi.VerifyMfaCode.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 MfaVerificationResponse in de.xima.fc.api.rest.pub.client.security.model
Methods in de.xima.fc.api.rest.pub.client.security.model that return MfaVerificationResponseModifier and TypeMethodDescriptionCreates a new model with the given enum and no other data.MfaVerificationResponse.token(AuthenticationTokenResponse token) Creates a new model with the given enum and no other data. -
Uses of MfaVerificationResponse 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 MfaVerificationResponseModifier and TypeMethodDescriptionIUsersApi.verifyMfa(IUserPortalInvocationContext ctx, String code, String token, boolean saveMfaOption) Verifies a multi-factor authentication (MFA) code for the currently authenticated user.