Uses of Class
de.xima.fc.api.rest.pub.client.security.model.MfaSettingsResponse
Packages that use MfaSettingsResponse
Package
Description
-
Uses of MfaSettingsResponse 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 MfaSettingsResponseModifier and TypeMethodDescriptionAuthenticationApi.GetMfaSettings.requestJson()Calls the API with theAcceptheader set toapplication/json; charset=utf-8.AuthenticationApi.GetMfaSettings.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 MfaSettingsResponse in de.xima.fc.api.rest.pub.client.security.model
Methods in de.xima.fc.api.rest.pub.client.security.model that return MfaSettingsResponseModifier and TypeMethodDescriptionMfaSettingsResponse.mfaSaveDays(Integer mfaSaveDays) Creates a new model with the given enum and no other data. -
Uses of MfaSettingsResponse 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 MfaSettingsResponseModifier and TypeMethodDescriptionIUsersApi.getMfaSettings(IUserPortalInvocationContext ctx) Retrieves the multi-factor authentication (MFA) settings.