/home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Oauth/V1
Edit: /home/techb158/dev.balacoffee.com/vendor/twilio/sdk/src/Twilio/Rest/Oauth/V1/DeviceCodePage.php (1160B)
solution = $solution;
}
/**
* @param array $payload Payload response from the API
* @return DeviceCodeInstance \Twilio\Rest\Oauth\V1\DeviceCodeInstance
*/
public function buildInstance(array $payload): DeviceCodeInstance {
return new DeviceCodeInstance($this->version, $payload);
}
/**
* Provide a friendly representation
*
* @return string Machine friendly representation
*/
public function __toString(): string {
return '[Twilio.Oauth.V1.DeviceCodePage]';
}
}