['required', 'string'], 'method' => ['required', 'string', Rule::in([ MfaMethod::TOTP->value, MfaMethod::BACKUP_CODE->value, ])], ]; } }