Class OptInMfaRecoveryCodesResetStartedGraphQLEvent
Object
se.curity.identityserver.sdk.data.events.graphql.OptInMfaRecoveryCodesResetStartedGraphQLEvent
- All Implemented Interfaces:
SerializableAsMap
,Event
,GraphQLEvent
,UserManagementGraphQLEvent
@Experimental
public final class OptInMfaRecoveryCodesResetStartedGraphQLEvent
extends Object
implements UserManagementGraphQLEvent
Event fired when an OptIn MFA recovery codes reset started via the GraphQL interface.
- Since:
- 10.4
-
Constructor Summary
ConstructorsConstructorDescriptionOptInMfaRecoveryCodesResetStartedGraphQLEvent
(String authenticatedSubject, String accountId, TenantId tenantId) -
Method Summary
-
Constructor Details
-
OptInMfaRecoveryCodesResetStartedGraphQLEvent
-
-
Method Details
-
asMap
Description copied from interface:Event
Get a map representation of thisEvent
.- Specified by:
asMap
in interfaceEvent
- Specified by:
asMap
in interfaceGraphQLEvent
- Specified by:
asMap
in interfaceSerializableAsMap
- Returns:
- a
Map
representation of thisEvent
. This can be used to serialize events. Sub-types are encouraged to override this method, callingsuper.asMap()
and enriching the returned mutableMap
with the more specific information added by the sub-type.
-
getAuthenticatedSubject
Description copied from interface:GraphQLEvent
Get the authenticated subject, i.e. who triggered the event.- Specified by:
getAuthenticatedSubject
in interfaceGraphQLEvent
- Returns:
- The subject of whoever triggered the event (client or user)
-
getTenantId
- Returns:
- the tenant ID of the created device.
-
getAccountId
- Returns:
- the account ID of the user whose recovery codes are being reset.
-