'required|boolean', 'client_id' => 'required|string', 'client_secret' => 'required|string', 'redirect' => 'required|string', ]; } /** * Determine if the user is authorized to make this request. */ public function authorize(): bool { return true; } }