OBJECT
AddTwoFactorAuthTokenToIndividualResponse
Response for the addTwoFactorAuthTokenToIndividual mutation
link GraphQL Schema definition
- type AddTwoFactorAuthTokenToIndividualResponse {
- # The Individual that the 2FA has been enabled for
- Individual! :
- # The recovery codes for the Individual to write down
- String] : [
- }